@extends('front.layouts.master') @section('main_content') {{ $global_page_item->appointment_page_title }} {{ __('Home') }} / {{ $global_page_item->appointment_page_title }} {{ $global_page_item->appointment_form_heading }} @csrf {{ __('Select Service') }} @foreach($services as $service) {{ $service->name }} @endforeach @if($global_setting->captcha_status == 'Show') {!! captcha_img() !!} @endif @endsection