@extends('layouts.participan') @section('content')
Enrole Participan
@if(isset($user))
pslug) }}" method="POST" enctype="multipart/form-data"> @csrf @method('PUT') @else @csrf @endif
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif

For Certificate

@if($errors->has('asal'))

{{ $errors->first('asal') }}

@endif

Must be Filled

@if($errors->has('email'))

{{ $errors->first('email') }}

@endif

@if($errors->has('phone'))

{{ $errors->first('phone') }}

@endif

Must be Filled

@if($errors->has('sex'))

{{ $errors->first('sex') }}

@endif

Must be selected

@if($errors->has('roles'))

{{ $errors->first('roles') }}

@endif

Must be selected

@if($errors->has('dis'))

{{ $errors->first('dis') }}

@endif

Recomendation :
The discussions involve making decisions and recommendations
therefore we recommend discussion participants as follows :
Topic 1. International Accreditation : Dean/ Vice Dean for student affairs and cooperation
Topic 2. Teaching Hospital belonging to a Private Medical Faculty : Vice Dean for finance and human resources
Topic 3. Hospital Based PPDS : Dean/ Vice Dean for academic affairs
Topic 4. Programmatic Asessment & UKMPPD : Vice Dean for academic affairs /head of study program/ Medical Education Unit

@endsection