@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($adm->image)) @else @endif

{{ $adm->last_name }} {{ $adm->first_name }}

Informations de contact

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

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