@extends('admin.layouts.master') @section('title','All Private Course') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Private Courses') }} @endslot @slot('menu1') {{ __('Private Course') }} @endslot @slot('button')
# | {{ __('Course') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|
id }} id='checkbox{{ $course->id }}'>
1 {{__('Are You Sure ?')}}{{__('Do you really want to delete selected item names here? This process cannot be undone.')}} |
{{$course->courses->title}} |
@can('private-course.edit')
{{__('Edit')}}
@endcan
@can('private-course.delete')
{{ __("Delete")}}
@endcan
{{__('Delete')}}{{ __("Do you really want to delete these records? This process cannot be undone.")}} |