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

{{ __('Meet With US Section') }}

{{ __('Meet With US Section Info') }}

@csrf

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

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

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

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

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

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

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

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

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

@endif
@endsection