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

{{__('Reports')}}

@endsection @section('content')

{{ __('Reports Table') }}

# {{__('Barcode')}} {{ __('Patient Code') }} {{ __('Patient Name') }} {{ __('Gender') }} {{ __('Age') }} {{ __('Phone') }} {{ __('Tests') }} {{ __('Date') }} {{__('Done')}} {{__('Signed')}} {{ __('Action') }}
@include('admin.groups.modals.print_barcode') @endsection @section('scripts') @endsection