@extends('admin.layouts.master') @section('title','All Private Course') @section('maincontent') @include('admin.layouts.topbar',$data)
# | {{ __('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.")}} |