Edit Institute

{{ isset($institute) ? 'Edit Institute' : 'New Institute' }}

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

@csrf @if (isset($institute)) @method('patch') @endif