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

{{ __('About Section') }}

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

@csrf

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

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

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

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

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

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

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

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

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

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

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

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

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

@endif
@endsection