@extends('admin.base') @section('title') AKIRO | dashboard @endsection @section('body')
Ajout d'examen
@if(Session::has('success')) @endif @if(Session::has('erreur')) @endif
@csrf
@endsection