@extends('layouts.app') @section('title') {{ __('Reports') }} @endsection @section('breadcrumb')
{{__('Reports')}}
{{__('Home')}}
{{ __('Reports') }}
@endsection @section('content')
{{ __('Reports Table') }}
{{__('Filters')}}
{{__('Date')}}
{{__('Status')}}
{{__('All')}}
{{__('Done')}}
{{__('Pending')}}
{{__('Barcode')}}
#
{{__('Barcode')}}
{{ __('Patient Code') }}
{{ __('Patient Name') }}
{{ __('Gender') }}
{{ __('Age') }}
{{ __('Phone') }}
{{ __('Tests') }}
{{ __('Date') }}
{{__('Done')}}
{{__('Signed')}}
{{ __('Action') }}
@include('admin.groups.modals.print_barcode') @endsection @section('scripts') @endsection