@extends('layouts.app') @section('js_after') {{-- --}} {{-- --}} @endsection @section('title', 'Modifier medecin') @section('content')

Modifier medecin

@method('PUT') @csrf

Veuillez remplir les informations pour Modifier le medecin

@if ($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif
@if ($errors->has('last_name'))
{{ $errors->first('last_name') }}
@endif
@if ($errors->has('rpps'))
{{ $errors->first('rpps') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('priority'))
{{ $errors->first('priority') }}
@endif
@if ($errors->has('client_prospect'))
{{ $errors->first('client_prospect') }}
@endif
@if ($errors->has('domain'))
{{ $errors->first('domain') }}
@endif
@if ($errors->has('opinion_leader'))
{{ $errors->first('opinion_leader') }}
@endif
{{--
@if ($errors->has('doctor_institution'))
{{ $errors->first('doctor_institution') }}
@endif
--}}
Annuler
@endsection