@extends('layouts.master') @section('content')

Liste des staffs

@if(Session::has('message'))

{{Session::get('message')}}

@endif
@foreach($staff as $key=>$sta) @endforeach
No Nom Poste Service Direction Action
{{++$key}} {{$sta->name}} {{$sta->description_poste}} {{$sta->nom_service}} {{$sta->nom_direction}}
@endsection @section('page-script') @stop