Edit Instructor

{{ isset($instructor) ? 'Edit Instructor' : 'New Instructor' }}

{{ isset($instructor) ? 'Update your instructor details.' : 'Add a new instructor.' }}

@csrf @if (isset($instructor)) @method('patch') @endif
@if (isset($instructor) && $instructor->image)
Instructor
@endif