@extends('admin.layouts.master') @section('title', 'Add Instructor Plan - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@endif
{{ __('Add Instructor Plan') }}
{{ csrf_field() }}
{{ __('Upload') }}


@if(Auth::User()->role == "admin") @endif
{{ __('If enabled duration can be in months') }}, {{ __('when Disabled duration can be in days') }}.


@endsection @section('scripts') @endsection