@extends('layouts.layout-admin') @section('content') @if(isset($instructor->id))
@endif @if(!isset($instructor->id))
@endif
@include('instructor::partials.errormessages')
@include('instructor::partials.errormessages')
@include('instructor::partials.errormessages')
{!! csrf_field() !!}
@endsection