@extends('backend.layouts.master') @section('pageTitle') About Us @endsection @section('bodyCssClass') @endsection @section('pageContent') About Us Content Dashboard About Us Content * Marks are required feild Images @csrf Why We Are Better* @if($content) {{ $content->why_content }} @endif {{ $errors->first('why_content') }} Key point 1 title* {{ $errors->first('key_point_1_title') }} Key point 1 Content* @if($content){{ trim($content->key_point_1_content) }}@endif {{ $errors->first('key_point_1_content') }} Key point 2 title {{ $errors->first('key_point_2_title') }} Key point 2 Content @if($content){{ trim($content->key_point_2_content) }}@endif {{ $errors->first('key_point_2_content') }} Key point 3 title {{ $errors->first('key_point_3_title') }} Key point 3 Content @if($content){{ trim($content->key_point_3_content) }}@endif {{ $errors->first('key_point_3_content') }} Key point 4 title {{ $errors->first('key_point_4_title') }} Key point 4 Content @if($content){{ trim($content->key_point_4_content) }}@endif {{ $errors->first('key_point_4_content') }} Key point 5 title {{ $errors->first('key_point_5_title') }} Key point 5 Content @if($content){{ trim($content->key_point_5_content) }}@endif {{ $errors->first('key_point_5_content') }} About Us* @if($content) {{ $content->about_us }} @endif {{ $errors->first('about_us') }} Who we are* @if($content) {{ $content->who_we_are }} @endif {{ $errors->first('who_we_are') }} Introduction Video Embed Code* {{ $errors->first('intro_video_embed_code') }} More Video Site Link {{ $errors->first('video_site_link') }} @endsection @section('extraScript') @endsection