@extends('layouts.dashboard_2') @section('title', 'About us Details') @section('content')

About us Details

@if(Session::has('errors'))
    @foreach(Session::get('errors')->toArray() as $key => $item_err)
  • {{$item_err[0]}}
  • @endforeach
@endif
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}}
{{-- --}} @if(isset($data)) {{-- --}} @endif
TitleDescriptionOperation
{{$data->title}} --}} {{-- {!! $data->description !!}--}} {{-- operations
@include('dashboard.includes.footer')
@stop @section('script') {{-- --}} {{-- --}} @stop