@extends('admin/layouts.master') @section('title', 'Private Course - Admin') @section('body')

{{ __('adminstaticword.Add') }} {{ __('adminstaticword.PrivateCourse') }}

{{ csrf_field() }} {{ method_field('PUT') }}


@if(Auth::User()->role == "admin")
  • status == 1 ? 'checked' : '' }} type="checkbox"/>
  • @endif

    @endsection @section('scripts') @endsection