@extends('layouts.main') @section('title') {{__("Blogs")}} @endsection @section('page-title')
{{ __('ID') }} | {{ __('Title') }} | {{ __('Slug') }} | {{ __('Description') }} | {{ __('Image') }} | {{ __('Tags') }} | {{ __('Date') }} | @can(['blog-update', 'blog-delete']){{ __('Action') }} | @endcan
---|