@extends('layouts.master') @section('css') @toastr_css @section('title') {{trans('Students_trans.Student_details')}} @stop @endsection @section('page-header') @section('PageTitle') {{trans('Students_trans.Student_details')}} @stop @endsection @section('content')
| {{trans('Certificat_trans.First_name')}} | {{ $certificat->first_name }} | {{trans('Certificat_trans.Second_name')}} | {{ $certificat->second_name }} | {{trans('Certificat_trans.Third_name')}} | {{ $certificat->midell_name }} | {{trans('Certificat_trans.Last_name')}} | {{ $certificat->last_name }} |
|---|---|---|---|---|---|---|---|
| {{trans('Depts_trans.Name_Dept')}} | {{ $certificat->dept->name }} | {{trans('Certificat_trans.certificat_type')}} | @if ($certificat->certificat_type == '1') {{ trans('Certificat_trans.Details') }} @else {{ trans('Certificat_trans.Regular') }} @endif | {{trans('Certificat_trans.admission_year')}} | {{ $certificat->admission_year }} | {{trans('Certificat_trans.guraduate_year')}} | {{ $certificat->guraduate_year }} |
|
|
|
|
|
|