@extends('layouts.master_panel') @section('title') Classes et matières @stop @section('CSS') @stop @section('JS') @stop @section('content')
@if(Session::has('error')) @endif @if(Session::has('success')) @endif
@if(!isset($_GET['class_id'])) @if(auth()->user()->super_admin == 1) Ajouter Classe @endif @endif
@if(isset($_GET['class_id']))