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

Blog List

Add New
@foreach($blogs as $key=>$blog) @endforeach
Sr Title SubTitle Action
{{ $key+1 }} {{ $blog->title }} {{ $blog->sub_title }}
Detail Edit  
{{ csrf_field() }}
@endsection @section('extra-script') @endsection