@extends('backpack::layout')
@section('after_styles')
@endsection
@section('header')
{{ $user->first_name }} {{ $user->last_name }}
{{ __('base.faculty') }}: {{ !empty($faculty)? $faculty : null}}
{{ __('base.specialisation') }}: {{ !empty($specialisation)? $specialisation : null }}
{{ __('base.group.group') }}: {{ !empty($group)? $group : null }}