@extends('admin.layouts.master') @section('title','All Batch') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Batches') }} @endslot @slot('menu1') {{ __('Batch') }} @endslot @slot('button')
{{ __("Do you really want to delete these records? This process cannot be undone.")}}
# | {{ __('adminstaticword.Image') }} | {{ __('adminstaticword.Title') }} | {{ __('adminstaticword.Instructor') }} | {{ __('adminstaticword.Slug') }} | {{ __('adminstaticword.Featured') }} | {{ __('adminstaticword.Status') }} | {{ __('adminstaticword.Action') }} |
---|---|---|---|---|---|---|---|
1 |
@if($cat['preview_image'] !== NULL && $cat['preview_image'] !== '')
|
{{$cat->title}} | @if(isset($cat->user)){{ $cat->user['fname'] }} @endif | {{$cat->slug}} |
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |
||
2 |
@if($cor['preview_image'] !== NULL && $cor['preview_image'] !== '')
|
{{$cor->title}} | {{ $cor->user['fname'] }} | {{$cor->slug}} |
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |