@extends('layouts.master_panel') @section('title') Modifier @stop @section('CSS') @stop @section('JS') @stop @section('content')
@if(Session::has('error')) @endif @if(Session::has('success')) @endif
@if(!empty($enseignant->image)) @else @endif

{{ $enseignant->last_name }} {{ $enseignant->first_name }}

Informations de contact

  • {{ $enseignant->email }}
  • {{ $enseignant->phone }}
Modifier
{{ csrf_field() }}
@if($errors->first('email')) {{ $errors->first('email') }} @endif
@if($errors->first('image')) {{ $errors->first('image') }} @endif

{{ csrf_field() }}
le mot de passe actuel: {{ $enseignant->mptxt }}
@
@if($errors->first('username')) {{ $errors->first('username') }} @endif
Générer mot de passe
@stop