@extends('admin.layouts.master') @section('title','Edit CourseLanguage') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('Edit') }} {{ __('Language') }}
{{ __('Back') }}
{{ csrf_field() }} {{ method_field('PUT') }}
{{ __('Name') }}:
*
{{ __('Status') }}:
status==1 ? 'checked' : '' }}/>
{{ __('Reset') }}
{{ __('Update') }}
@endsection