@extends('layouts.app') @section('title') {{ __('Requests and Issuances') }} @endsection @section('breadcrumb')

{{ __('Requests and Issuances') }}

@endsection @section('content')
@can('create_product_unit') {{ __('Create') }} @endcan
{{-- filters --}}




# {{ __('Date') }} {{ __('Purpose') }} {{ __('Product Name(s)') }} {{ __('RIS Code.') }} {{ __('RIS No.') }} {{ __('Signed') }} {{ __('Signed By') }} {{ __('Signed Date') }} {{ __('Status') }} {{ __('Created Date') }} {{ __('Action') }}
@endsection @section('scripts') @endsection