@extends('layout.master', ['uid' => $user->_id, 'token' => $user->token_firebase])
@section('page_title', 'Kompaun')
@section('sub_page_title', '')
@section('name', $user->StaffDetail->full_name)
@section('img_profile', $user->StaffDetail->profile_img)
@section('content')
@if(count($errors) > 0)
@foreach($errors->all() as $error)
{{$error}}
@endforeach
@endif
@if(Session::get('error_msg'))
{!! Session::get('error_msg') !!}
@elseif(Session::get('success_msg'))
{!! Session::get('success_msg') !!}
@endif
Saiz gambar disyorkan: 350W x 330H (px)
{{ $staff->full_name }}
{{ $staff->no_badan }} | {{ $staff->gred }}
@if($user->_id == $_id)
@endif
@endsection
@section('external_js')
@endsection