@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')
@can('course-languages.delete') {{__('Delete Selected')}} @endcan @can('course-languages.create') {{ __('Add Language') }} @endcan
@endslot @endcomponent
{{__('All Course languages')}}
@if(Auth::user()->role == "admin") @endif @foreach($language as $cat) @endforeach
# {{ __('Language') }} {{ __('Status') }}{{ __('Action') }}
1 {{$cat->name}} @if(Auth::user()->role == "admin") @endif
@endsection @section('script') @endsection