#resources/views/admin/ @extends('admin.admin') @section('content')
Nuevo

{{#if has_medias}} {{/if}} @foreach($data as $d) {{#if has_medias}} {{/if}} @endforeach
IDNombre Descripción Creado
\{{ $d->id }}
\{{ $d->name }} \{{ $d->description }} \{{ w2_set_date_format_DMY($d->created_at) }}
\{{ $data->appends(['order' => request('order')])->links() }}
@endsection @push('scripts') @endpush