@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')
Delete Selected {{ __('Add Language') }}
@endslot @endcomponent
All Courselanguages
@if(Auth::user()->role == "admin") @endif @foreach($language as $cat) @endforeach
# {{ __('adminstaticword.Language') }} {{ __('adminstaticword.Status') }}{{ __('adminstaticword.Action') }}
1 {{$cat->name}} @if(Auth::user()->role == "admin") @endif
!--Model for add city --> @endsection @section('script') @endsection