@extends('layouts.master') @section('title', 'Edit Operation | Proxima - Medical Management app') @section('title-topbar', 'Edit Operation') @section('css') @endsection @section('content')
Dashboard | Operation | Edit Operation
Edit Operation
@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('oper_place_id') {{ $message }} @enderror
@error('branch_id') {{ $message }} @enderror
@error('service_id') {{ $message }} @enderror
Loading...
@error('calander_date_day')

{{ $message }}

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