@extends('layouts.master') @section('title', 'Invoice Search | Proxima - Medical Management app') @section('title-topbar', 'Search') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('patientappo.patient search') }}
Search by many things...
@error('date') {{ $message }} @enderror
@error('doctor') {{ $message }} @enderror
@error('worker') {{ $message }} @enderror
@error('method') {{ $message }} @enderror
@error('service_cats') {{ $message }} @enderror
@error('service') {{ $message }} @enderror
@error('branch') {{ $message }} @enderror
@endsection @section('js') @endsection