@extends('users.admin.layouts.master') @section('styles') @endsection @section('content')

{{isset($appointment) ? 'Edit Appointment Info' : 'Add Appointment'}}

#XRS-45670

{{isset($appointment) ? 'Edit Appointment Info' : 'Add Appointment'}}

@csrf @if(isset($appointment)) @method('PUT') @endif
@if(isset($patients)) @endif
@if(isset($departments)) @endif
@endsection @section('scripts') {{-- --}} @endsection