@extends('layouts.master_panel') @section('title') الشعب @stop @section('CSS') @stop @section('JS') @stop @section('content')
@if(auth()->user()->super_admin == 1) Ajouter @endif
@if(Session::has('error')) @endif @if(Session::has('success')) @endif
@foreach($orientation as $orient) @endforeach
# Classe الشعبة Action
{{ $orient->id }} {{ $orient->classe->name }} @foreach($pieces as $piec) @if($piec !== '') {{ $piec }} @endif @endforeach @if(auth()->user()->super_admin == 1) @endif
@stop