@extends('admin.layouts.master') @section('title', 'About Us') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('About Us') }}
{{ csrf_field() }} {{ method_field('PUT') }}





{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/about/'.$data['one_image'])) @endif







{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/about/'.$data['two_imageone'])) @endif

{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/about/'.$data['two_imagetwo'])) @endif


{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/about/'.$data['two_imagethree'])) @endif


{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/about/'.$data['two_imagefour'])) @endif
























{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/about/'.$data['four_imageone'])) @endif

{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/about/'.$data['four_imagetwo'])) @endif









{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/about/'.$data['five_imageone'])) @endif

{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/about/'.$data['five_imagetwo'])) @endif

{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/about/'.$data['five_imagethree'])) @endif














@endsection @section('script') @endsection