@extends('layouts.master') @section('title', 'Datatable') @section('parentPageTitle', 'Tables') @section('page-style') @stop @section('content')
Tous les postes
@if(Auth()->user()->roles()->whereIn('role_id', [1,45,46,47])->exists()) Postes Chefs/Directeurs Types de Postes Postes de Restauration @endif
@if (session()->has('success'))
{{ session()->get('success') }}
@elseif (session()->has('error'))
{{ session()->get('error') }}
@endif @if ($errors->any())
@endif
@php $index=1; @endphp @foreach($postes as $i) @endforeach
No Nom du poste Description Action
{{$index++}} {{$i->nom_poste}} {{$i->description_poste}} Modifier @if(Auth()->user()->roles()->whereIn('role_id', [1])->exists()) Supprimer @endif
@stop @section('page-script') @stop