@extends('admin.layouts.master') @section('title','All Course Language') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __("Do you really want to delete these records? This process cannot be undone.")}}
# | {{ __('Language') }} | {{ __('Status') }} | @if(Auth::user()->role == "admin"){{ __('Action') }} | @endif
---|---|---|---|
1 | {{$cat->name}} |
@if(Auth::user()->role == "admin")
@can('courses-language.edit')
Edit
@endcan
@can('courses-language.delete')
{{ __("Delete") }}
@endcan
|