@extends('layouts.master') @section('title', 'Edit Appointment | Proxima - Medical Management app') @section('title-topbar', 'Edit Appointment') @section('css') @endsection @section('content')
Dashboard | Appointment | Edit Appointment
Edit appointment
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@csrf @method('PUT')
Choose your the nearest clinic and the wanted date?
@error('specialty_id') {{ $message }} @enderror
@error('branch_id') {{ $message }} @enderror
@error('unit_id') {{ $message }} @enderror
Will you bring someone with you?
asd
Loading...
@error('calander_date_day')

{{ $message }}

@enderror
@endsection @section('js') @endsection