@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.")}}
# | {{ __('adminstaticword.Language') }} | {{ __('adminstaticword.Status') }} | @if(Auth::user()->role == "admin"){{ __('adminstaticword.Action') }} | @endif
---|---|---|---|
1 | {{$cat->name}} |
@if(Auth::user()->role == "admin")
Edit CourseLanguageDelete{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |