@extends('layouts.app') @section('title','Blogs List') @section('pages') {{-- --}}
@include('layouts.partials.nav-menu')
@if(in_array('website-blogs-create', $authRolePermissions)) Add New @endif
@if(in_array('blog-categories-create', $authRolePermissions)) Blog Category @endif
@include('website-setting.Blogs.table')
@endsection @section('js') {{-- --}} @endsection