@extends('layouts.app') @section('title') {{ __('About Us') }} @endsection @section('breadcrumb')

{{ __('About Us') }}

@endsection @section('content')
@if (!empty($about_us['file_name'])) @if (pathinfo($about_us['file_name'], PATHINFO_EXTENSION) == 'mp4') {{-- --}} @else Contact Us @endif {{-- @else Contact Us --}} @endif
@endsection @section('scripts') @endsection