@section('animations') @endsection @if ($showForm) @include('partials.messages_display_new')
@lang($title) {{Illuminate\Support\Str::title($model)}} (@lang('Processing')...) (@lang('You are offline')...)
@include('partials.form-buttons-new')
@include('caja.fields') @include('partials.changes-new')
@endif @if (!$showForm)
@include('partials.index-buttons-new')
@include('partials.header-new')
{{-- --}} @if ($searchRow) {{-- --}} @endif @foreach($records as $record) {{-- --}} @endforeach
@lang('Descripcion') @include('partials.sort-icons',['field' => 'descripcion']) @lang('Receptoria') @include('partials.sort-icons',['field' => 'counter_id']) @lang('Impresora ID') @include('partials.sort-icons',['field' => 'impresora_id']) @lang('Created At') @include('partials.sort-icons',['field' => 'created_at']) @lang('Updated At') @include('partials.sort-icons',['field' => 'update_at']) @lang('Actions')
{{$record->descripcion}} {{$record->receptoriaName()}} {{$record->impresora_id}}{{$record->created_at}}{{$record->updated_at}} @include('partials.actions-buttons-new',[ 'id' => $record->id, 'trashed' => $record->trashed() ])
@endif
@push('script') @endpush @push('script') @endpush