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

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

{{ csrf_field() }}


  • @if(Auth::User()->role == "admin")
  • @endif
    -

    size: 250x150



  • @endsection @section('scripts') @endsection