@extends('adminlte::page') @section('title', config('adminlte.title') . ' | Profile') @section('content_header')

Profile

@stop @section('content') @if (session('success')) @endif
{{-- Navigation --}}
{{-- Main Content Card --}}

{{ $profile->employee_ref }} - {{ $profile->name }}

Last updated: {{ date('l, j F Y H:i', strtotime($profile->updated_at)) }} UTC
{{-- Tabs Navigation --}}
@stop @section('footer')   @stop