@extends('layouts.admin') @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('footer') @endsection @section('content')
{{ __lang('first-name') }} | {{ __lang('last-name') }} | {{ __lang('email') }} | {{ __lang('mark') }} |
---|---|---|---|
@{{student.first_name}} | @{{student.last_name}} | @{{student.email}} |