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

{{ __('Laboratory Reports') }}

@endsection @section('content')
{{-- HIDDEN FILTERS --}}
@if (isset($from)) @endif
@if (isset($status)) @endif
@if (isset($start_of_time)) @endif
@if (session('branch_id') == 3)
@endif
@csrf {{-- SEARCH INPUT --}}
@if (session('branch_id') == 6)
@csrf

@csrf
@endif
{{-- --}} {{-- --}} {{-- --}}
# {{ __('Lab name') }} {{ __('Requisition No.') }} {{ __('First name') }} {{ __('Last name') }} {{ __('Patient Code') }}{{__('Contract')}}{{ __('Gender') }} {{ __('Age') }}{{ __('Phone') }}{{ __('Barcode') }}{{ __('Tests') }} {{ __('Sample Barcode') }} {{ __('Sample Collection Date') }} {{ __('Sample Task Stage') }} {{ __('Test Due') }} {{ __('Ave TAT') }} {{ __('Institution') }} {{ __('Date Created') }} {{ __('No. Attachments') }} {{ __('Created By') }} {{ __('Billing Status') }} {{ __('Payment Status') }} {{ __('Done') }} {{ __('Final Result') }} {{ __('Report Released') }} {{ __('Cancelled') }} {{ __('Signed') }} {{ __('Signed By') }} {{ __('Date Signed') }} {{ __('Action') }}
@csrf
@csrf
@php $sms = setting('sms'); @endphp @include('admin.medical_reports.modals.print_barcode') @endsection @section('scripts') @endsection