@extends('layout.master') @section('title') @if (isset($pageTitle)) {{ $pageTitle }} @endif @endsection @section('main-body')

{{ isset($pageTitle) ? $pageTitle : 'Blog' }}

@include('layout.message')
{{__('Image')}} {{__('Blog Title')}} {{__('Category')}} {{__('Comments')}} {{__('Author')}} {{__('Added On')}} {{__('Status')}} {{__('Action')}}
@endsection @section('script') @endsection