@extends('admin.layout') @section('content')

{{ __('Contact Section') }}

{{ __('Contact Section Info') }}

@csrf

{{ __('Upload 530X730 (Pixel) Size image for best quality. Only jpg, jpeg, png image is allowed.') }}

@if ($errors->has('contact_form_image'))

{{ $errors->first('contact_form_image') }}

@endif

{{ __('Upload 530X730 (Pixel) Size image for best quality. Only jpg, jpeg, png image is allowed.') }}

@if ($errors->has('contact_section_bg_image'))

{{ $errors->first('contact_section_bg_image') }}

@endif
@if ($errors->has('contact_title'))

{{ $errors->first('contact_title') }}

@endif
@if ($errors->has('contact_sub_title'))

{{ $errors->first('contact_sub_title') }}

@endif
@if ($errors->has('contact_form_title'))

{{ $errors->first('contact_form_title') }}

@endif
@if ($errors->has('contact_map'))

{{ $errors->first('contact_map') }}

@endif
@endsection