@extends('layouts.app') @section('title') {{ __('Records Inventory') }} @endsection @section('breadcrumb')

{{ __('Records Inventory') }}

@endsection @section('content')
@can('create_record') {{ __('Create') }} @endcan
@if(isset($from)) @endif
@if(isset($from)) @endif
@if(isset($from)) @endif
@if(isset($from)) @endif
{{ __('Records Management') }}
# {{ __('Records Series Title and Description') }} {{ __('Period Covered/Inclusive Dates') }} {{ __('Volume') }} {{ __('Records Medium') }} {{ __('Location of Records') }} {{ __('Time Value') }} {{ __('Retention Period') }} {{ __('For Digitization (Y/N)') }} {{ __('Reason for Disposal') }} {{ __('Method of Disposal') }} {{ __('Date Created') }} {{ __('Endorsed Date') }} {{ __('Received Date') }} {{ __('Disposed Date') }} {{ __('Signed') }} {{ __('Signed By') }} {{ __('Signed Date') }} {{ __('Status') }} {{ __('Action') }}
@foreach($branches as $branch) @endforeach @foreach($branches as $branch) @endforeach @foreach($branches as $branch) @endforeach @foreach($lab_users as $branch) @endforeach @include('admin.records.modals.bulk_edit_modal'); @endsection @section('scripts') @endsection