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

{{ __('Requisitions') }}

@endsection @section('content')
@can('create_group') {{ __('Create') }} @endcan
@if (isset($from)) @endif
@if (isset($status)) @endif
{{-- --}}
@csrf
{{-- scanner --}} {{-- scanner --}}
{{--
@can('search_soa_group') @endcan
--}}
# {{ __('Request No.') }} {{ __('First name') }} {{ __('Last name') }} {{ __("Patient's Code") }} {{ __("Contract") }} {{ __('Test name') }} {{ __('Test Due') }} {{ __('Ave TAT') }} {{ __('Sample Received Date') }} {{ __('Referral Reason') }} {{ __('Institution') }} {{ __('Due') }} {{ __('Date Created') }} {{ __('Created By') }} {{ __('Billing Status') }} {{ __('Received by Lab') }} {{ __('User Received by Lab') }} {{ __('Date Received by Lab') }} {{ __('Status') }} {{ __('Action') }}
@isset($_GET['group_id']) @include('admin.requisitions.modals._invoice_modal') @endisset @include('admin.requisitions.modals.print_barcode') @endsection @section('scripts') @endsection