@extends('layouts.master_panel') @section('title') طلب ترخيص الغياب @stop @section('CSS') @stop @section('JS') @stop @section('content')
@if(auth()->user()->is_teacher == true)
Demande d'autorisation
@endif
@if(auth()->user()->is_teacher == true) @endif
@if(Session::has('error')) @endif @if(Session::has('success')) @endif
@if(auth()->user()->is_admin == true) @endif @foreach($absences as $absence) @if(auth()->user()->is_admin == true) @endif @endforeach
EnseignantDate du / Au Date de reprise Le motif La décision Action
{{ $absence->id }}{{ $absence->teacher->last_name . ' ' . $absence->teacher->first_name }}{{ $absence->date_du }} au {{ $absence->date_au }} {{ $absence->date_reprise }}

@if(!empty($absence->fichier_joint)) Justification @endif
@if(!empty($absence->decision)) @else en attente @endif @if(auth()->user()->super_admin == 1) décision @endif @if(auth()->user()->super_admin == 1 OR auth()->user()->is_teacher == 1) @endif
@stop