@extends('layouts.web') @section('content')

Appointment

Home> Appointment
Billing Details
@csrf
@if(isset($record->country_id)) @php $country_id=$record->country_id @endphp @elseif(old('country_id')) @php $country_id=old('country_id'); @endphp @else @php $country_id=0; @endphp @endif
@endsection @push('scripts') @endpush