@extends('layouts.master') @section('title') About Us @endsection @section('extra-css') @endsection @section('index')

About Us List

Add New
@foreach($about_us as $key=>$about_us) @endforeach
Sr Title Description Action
{{ $key+1 }} {{ $about_us->title }} {!! $about_us->description !!}
Detail Edit  
{{ csrf_field() }}
@endsection @section('extra-script') @endsection