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

{{ __('Contact Us') }}

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