@extends('layouts.master') @section('css') @toastr_css @section('title') {{ trans('Certificat_trans.title_page') }} @stop @endsection @section('page-header')

{{ trans('Certificat_trans.reports') }}

@endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{--
{{ trans('Students_trans.all_Students') }} {{ trans('Students_trans.all_certificat') }} {{ trans('Students_trans.Process') }} {{ trans('Students_trans.accept') }} {{ trans('Students_trans.reject') }}
{{$user}} {{$AllCertificat}} {{$status0}} {{$status1}} {{$status2}}
--}}
@endsection @section('js') @toastr_js @toastr_render @endsection