@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())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('About') }}
{{ csrf_field() }} {{ method_field('PUT') }}
{{ __('Section One Header') }}
{{ __('Section One Heading :') }}
*
{{ __('Section One Text :') }}
*
{{ __('Section One link :') }}
*
{{ __('Section One BackgroundImage :') }}:
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/about/'.$data['one_image']))
@endif
{{ __('Section Two Instructor Profile') }}
{{ __('Section Two Heading :') }}
*
{{ __('Section Two Text :') }}
*
{{ $data['two_text'] }}
{{ __('Section Two Instructor Image One :') }}:
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/about/'.$data['two_imageone']))
@endif
{{ __('Section Two Instructor Image Two :') }}:
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/about/'.$data['two_imagetwo']))
@endif
{{ __('Section Two Instructor Image Three :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/about/'.$data['two_imagethree']))
@endif
{{ __('Section Two Instructor Image Four :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/about/'.$data['two_imagefour']))
@endif
{{ __('Section Two Instructor text One :') }}
*
{{ __('Section Two Instructor text Two :') }}
*
{{ __('Section Two Instructor text Three :') }}
*
{{ __('Section Two Instructor text Four :') }}
*
{{ __('Section Two Image One Detail :') }}
*
{{ $data['two_imagetext'] }}
{{ __('Section Two Image Two Detail :') }}
*
{{ $data['text_one'] }}
{{ __('Section Two Image Three Detail :') }}
*
{{ $data['text_two'] }}
{{ __('Section Two Image Four Detail :') }}
*
{{ $data['text_three'] }}
{{ __('Section Three') }}
{{ __('Section Three Heading :') }}
*
{{ __('Section Three Text :') }}
*
{{ $data['three_text'] }}
{{ __('Section Three Counter One :') }}
*
{{ __('Section Three Counter Two :') }}
*
{{ __('Section Three Counter Three :') }}
*
{{ __('Section Three Counter Four :') }}
*
{{ __('Section Three Counter Five :') }}
*
{{ __('Section Three Counter Six :') }}
*
{{ __('Section Three text One :') }}
*
{{ __('Section Three text Two :') }}
*
{{ __('Section Three text Three :') }}
*
{{ __('Section Three text Four :') }}
*
{{ __('Section Three text Five :') }}
*
{{ __('Section Three text Six :') }}
*
{{ __('Section Four') }}
{{ __('Section Four Heading : ') }}
*
{{ __('Section Four Text :') }}
*
{{ $data['four_text'] }}
{{ __('Section Four Image One :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/about/'.$data['four_imageone']))
@endif
{{ __('Section Four Image Two :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/about/'.$data['four_imagetwo']))
@endif
{{ __('Section Four Image Text One :') }}
*
{{ __('Section Four Image Text Two :') }}
*
{{ __('Section Four Icon :') }}
*
{{ __('Section Five') }}
{{ __('Section Five Heading :') }}
*
{{ __('Section Five Text :') }}
*
{{ $data['five_text'] }}
{{ __('Section Five Image One :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/about/'.$data['five_imageone']))
@endif
{{ __('Section Five Image Two :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/about/'.$data['five_imagetwo']))
@endif
{{ __('Section Five Image Three :') }}
*
{{ __('Upload') }}
{{ __('Choose file') }}
@if($image = @file_get_contents('../public/images/about/'.$data['five_imagethree']))
@endif
{{ __('Section Six') }}
{{ __('Section Six Heading') }} :
*
{{ __('Section Six Text One') }} :
*
{{ __('Section Six Text Two') }} :
*
{{ __('Section Six Text Three ') }}:
*
{{ __('Section Six Detail') }} :
*
{{ $data['six_deatilone'] }}
{{ __('Section Six Detail') }} :
*
{{ $data['six_deatiltwo'] }}
{{ __('Section Six Detail') }} :
*
{{ $data['six_deatilthree'] }}
{{ __('Section Six Link') }} :
*
{{ __('ection Six Link') }}S :
*
{{ __('Section Six Link') }} :
*
{{ __('Section Six facebook link') }} :
*
{{ __('Section Six Instagram link') }} :
*
{{ __('Section Six Linkedin link') }} :
*
{{ __('Section Six Twitter link') }} :
*
{{ __("Reset")}}
{{ __("Update")}}
@endsection @section('script') @endsection