@extends('layouts.app') @section('content')
@if ($adPositions['ad1']) @else @endif @if ($adPositions['ad2']) @else @endif
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf

Contact

@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{--
Country Code
--}}
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('subject')) {{ $errors->first('subject') }} @endif
@if ($errors->has('comment')) {{ $errors->first('comment') }} @endif
CONTACT
Opening Hours

From {{ @$data->opening_day_from ?? 'Monday' }} to {{ @$data->opening_day_to ?? 'Friday' }}

{{ isset($data->opening_time_from) ? date('h:i A', strtotime($data->opening_time_from)) : '10:00 A.M.' }} to {{ isset($data->opening_time_to) ? date('h:i A', strtotime($data->opening_time_to)) : '5:00 P.M.' }}

Contact

{{ @$data->contact_number ?? '1234567890' }}

Customer Service
Address

{{ @$data->address ?? 'Address' }}

@if ($adPositions['ad3']) @else @endif @if ($adPositions['ad4']) @else @endif
@push('scripts') @endpush @endsection