@extends('layouts.template') @section('title', 'GestStudentValidation') @section('nom') Dashboard / {{ session('sigle') }} @endsection @section('name', 'GestStudentValidation') @section('bottom-header') @include('partials.bottom-header') @endsection @section('css') @endsection @section('contenu') @if ($typeError == "codeQrNonValide")

PROBLEME D'AUTHENTIFICATION

LE CODE
{{ $moncodeqrPost }}
N'EXISTE PAS DANS LA BASE.

@else

PROBLEME D'AUTHENTIFICATION

LE MATRICULE
{{$mat}}
N'EXISTE PAS DANS LA BASE.

@endif @endsection @section('script') @endsection