@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{translate('All Posts')}}

@can('add_blog') @endcan

{!! \App\Services\SelectService::multi_select_2('categories',$categories,translate('category')) !!} {!! \App\Services\ButtonService::apply_filter_button() !!}
# {{translate('Title')}} {{translate('Category')}} {{translate('short description')}} {{translate('Status')}} {{translate('created at')}} {{translate('updated at')}} {{translate('actions')}}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} {!! $switch_script !!} {{-- --}} @endsection