@section('title', 'Documentary Instruction')
@section('content')
{{-- @include('bibliotecas.bootstrapExport') --}}
@include('bibliotecas.bootstrapTable2')
@foreach($columns as $key => $column)
{{$column}} |
@endforeach
@foreach ($registers as $key2 => $line)
@foreach($columns as $key => $column)
@if($key == 'Actions')
|
@if ($line['loading_requests_id'] != null)
@endif
{{-- --}}
|
@else
{{ $line[$key] ?? '-'}} |
@endif
@endforeach
@endforeach
@endsection