@extends('front.layouts.master') @section('main_content')
img

{{ $global_page_item->appointment_form_heading }}

@csrf
@if($global_setting->captcha_status == 'Show')
{!! captcha_img() !!}
@endif
@endsection