@extends(layoutTenant()) @section('content')

Detalhes do Link

Detalhes do Link
Infomações
Titulo: {{$category->titulo}}
Icone:
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') @endsection