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

{{__('Medical reports')}}

@endsection @section('content')

{{ __('Medical reports table') }}

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