@extends('admin.layouts.master') @section('title', 'About - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('About') }} @endslot @slot('menu1') {{ __('About') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('About') }}
{{ 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