@extends('layouts.master_panel') @section('title') Modifier @stop @section('CSS') @stop @section('JS') @stop @section('content')
@if(!empty($personnel->image)) @else @endif

{{ $personnel->last_name }} {{ $personnel->first_name }}

Informations de contact

  • {{ $personnel->email }}
  • {{ $personnel->phone }}
Modifier
@if(Session::has('error')) @endif @if(Session::has('success')) @endif
{{ csrf_field() }}