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