@extends('admin.layouts.master') @section('title','All Course Language') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Course Languages') }} @endslot @slot('menu1') {{ __('Course Languages') }} @endslot @slot('button')
{{ __("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
Edit CourseLanguage{{__('Delete')}}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |