@extends('layouts.master') @section('title', 'Datatable') @section('parentPageTitle', 'Tables') @section('page-style') @stop @section('content')
Postes éligibles à la restauration
Restauration_autorisations Tous les Postes
@if (session()->has('success'))
{{ session()->get('success') }}
@elseif (session()->has('error'))
{{ session()->get('error') }}
@endif @if ($errors->any())
@endif
@php $index=1; @endphp @foreach($poste_restaurations as $i) @endforeach
No Nom du poste Type de poste Action
{{$index++}} {{$i->nom_poste}} {{$i->nom_typeposte}} @if(Auth()->user()->roles()->whereIn('role_id', [1,45,46,47])->exists()) Enlever @endif
@stop @section('page-script') @stop