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

Why Us List

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