@extends('layouts.master') @section('title','Blogs') @section('breadcum') @endsection @section('maincontent')
{{ __('All blogs') }}
# {{ __('Heading')}} {{ __('Author Name')}} {{ __('Created at')}} {{ __('Action')}}
@endsection @section('script') @endsection