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

{{ __('Reports') }}

@endsection @section('content')

{{ __('Reports list') }}

# {{ __('Date') }} {{ __('Laboratory') }} {{ __('Tests') }} {{ __('Client Name') }} {{ __('Total') }} {{ __('Paid') }} {{ __('Due') }} {{ __('Done') }} {{ __('Action') }}
@include('patient.groups.customer_survey_report_modal') @endsection @section('scripts') @endsection