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

{{__('Reports')}}

@endsection @section('content')

{{__('Reports list')}}

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