@extends('admin.layouts.master') @section('title', 'About - Admin') @section('body') @include('admin.message') {{ __('adminstaticword.About') }} {{ csrf_field() }} {{ method_field('PUT') }} Section One Header Section One Heading:* Section One Text:* Section One link:* Section One BackgroundImage:* Section Two Instructor Profile Section Two Heading:* Section Two Text:* {{ $data['two_text'] }} Section Two Instructor Image One:* Section Two Instructor Image Two:* Section Two Instructor Image Three:* Section Two Instructor Image Four:* 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 Button Text:* --}} Section Four Text:* {{ $data['four_text'] }} Section Four Image One:* Section Four Image Two:* 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:* Section Five Image Two:* Section Five Image Three:* 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:* Section Six Link:* Section Six Link:* Section Six facebook link:* Section Six Instagram link:* Save @endsection @section('script') @endsection