@extends('backend.layouts.master') @section('pageTitle') About Us @endsection @section('bodyCssClass') @endsection @section('pageContent')

About Us Content

Content * Marks are required feild

@csrf
{{ $errors->first('why_content') }}
{{ $errors->first('key_point_1_title') }}
{{ $errors->first('key_point_1_content') }}
{{ $errors->first('key_point_2_title') }}
{{ $errors->first('key_point_2_content') }}
{{ $errors->first('key_point_3_title') }}
{{ $errors->first('key_point_3_content') }}
{{ $errors->first('key_point_4_title') }}
{{ $errors->first('key_point_4_content') }}
{{ $errors->first('key_point_5_title') }}
{{ $errors->first('key_point_5_content') }}
{{ $errors->first('about_us') }}
{{ $errors->first('who_we_are') }}
{{ $errors->first('intro_video_embed_code') }}
{{ $errors->first('video_site_link') }}
@endsection @section('extraScript') @endsection