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

{{__('Patients')}}

@endsection @section('content')

{{__('Patients Table')}}

@can('create_patient') {{__('Create')}} @endcan
@csrf
{{__('Import')}}
# {{__('Code')}} {{__('Name')}} {{__('Phone')}} {{__('Email')}} {{__('Total')}} {{__('Paid')}} {{__('Due')}} {{__('Action')}}
@endsection @section('scripts') @endsection