@extends(layoutTenant())
@section('content')
Nome: |
{{$category->name}} |
Titulo: |
{{$category->titulo}} |
SubTitulo: |
{{$category->subtitulo}} |
URL: |
{{$category->url}} |
DATA DE CRIAÇÂO: |
{{ date('d/m/Y' ,strtotime($category->created_at))}} |
STATUS: |
@if ($category->status == 'on') {{$category->status}}
@else
OFF
@endif |
|
|
@endsection
@section('post-script')
{!! config('tenant.editor') !!}
@endsection