@extends('layouts.master') @section('title', 'Add Patient | Proxima - Medical Management app') @section('title-topbar', 'Add Patient') @section('css') @endsection @section('content')
Dashboard | {{ __('basic.patient') }} | {{ __('patientappo.new patient') }}
{{ __('patientappo.new patient') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf
{{ __('basic.choose pic') }}
@error('avatar') {{ $message }} @enderror
@error('first_name') {{ $message }} @enderror
@error('second_name') {{ $message }} @enderror
@error('gendar') {{ $message }} @enderror
@error('country_id') {{ $message }} @enderror
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @else
{{ __('patientappo.city msg') }}
@endif
@error('first_branch_id') {{ $message }} @enderror
@if ($errors->has('phone_number')) {{ $errors->first('phone_number') }} @else
We'll never share your email with anyone else.
@endif
@error('sec_phone_number') {{ $message }} @enderror
@error('from_recourse_id') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@error('ask_for_main_id') {{ $message }} @enderror
@if ($errors->has('ask_for_id')) {{ $errors->first('ask_for_id') }} @else
Select the main ask for first
@endif

@error('call_note') {{ $message }} @enderror
@error('note') {{ $message }} @enderror
Loading
@endsection @section('js') @endsection