@extends('admin.layouts.master') @section('title','All Batch') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __("Do you really want to delete these records? This process cannot be undone.")}}
# | {{ __('Image') }} | {{ __('Batch Name') }} | {{ __('Featured') }} | {{ __('Status') }} | {{ __('Action') }} | ||
---|---|---|---|---|---|---|---|
1 | @if($cat['preview_image'] !== NULL && $cat['preview_image'] !== '') @else @endif | {{$cat->title}} |
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |
||||
2 | @if($cor['preview_image'] !== NULL && $cor['preview_image'] !== '') @else @endif | {{$cor->title}} | {{ $cor->user['fname'] }} | {{$cor->slug}} |
@can('batch.edit')
{{ __('Edit') }}
@endcan
@can('batch.delete')
{{ __("Delete") }}
@endcan
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |