@extends('admin.layouts.main') @section('title', ___('Blogs')) @section('header_buttons') {{ ___('Add New') }} @endsection @section('content')
# {{ ___('Title') }} {{ ___('Category') }} {{ ___('Comments') }} {{ ___('Status') }} {{ ___('Last Modified') }}
@push('scripts_at_top') @endpush @endsection