{{-- filepath: resources/views/faculty/edit.blade.php --}} Edit Faculty

Edit Faculty #{{ $faculty->id }}

@if($errors->any())
@endif
@csrf @method('PUT')
@if(!empty($faculty->image))
Faculty Image
@endif Leave blank to keep current image.
Back