@extends('layouts.app') @section('title') {{ trans('home.validate-certificate') }} @endsection @section('content')
@csrf
@if(Session::has('certificate'))
@lang('home.certificate code'):{{ Session::get('certificate')}}
@endif @if(Session::has('certificate')) @lang('home.viewCertificate') @lang('home.newValidation') @else @endif
@endsection @section('script') @isset($success) @endisset @if (Session::has('error')) @endif @endsection