{{-- --}}
@include('la.layouts.partials.mainheader')
@if(isset($record_name) && isset($record_id))
{{ $record_name }} with id {{ $record_id }} not found
@else
Página no encontrada
@endif @if(Auth::guest()) Inicio | Volver Atrás @else Dashboard. | Volver Atrás @endif
@include('la.layouts.partials.footer')
@include('la.layouts.partials.scripts')