@extends('layouts.admin') @section('status6','active') @section('title','About') @section('headerTitle','About') @section('content')

About

@if ($message = Session::get('success'))
{{ $message }}
@endif @if ($about)

About Us

{!! $about->about_us !!}

Our Vision

{!! $about->our_vission !!}

Our Mission

{!! $about->our_mission !!}

Our Core Values

{!! $about->our_core_values !!}

Our Strategy

{!! $about->our_strategy !!}

Our Commitment

{!! $about->our_commitment !!}

Edit @else Create @endif
@endsection