@include('layouts/list-title', ['title' => 'Basic Information'])
@include('layouts/profile-list', ['title' => 'First Name', 'value' => $first_name])
@lang("content.last_name")
{{ $last_name }}
@lang("content.email")
{{ $email }}
@lang("content.department")
{{ $department }}
@lang("content.position")
{{ $position }}
@lang("content.dob")
{{ $dob }}

{!! Form::close() !!}