@php $usr = Auth::guard('admin')->user(); @endphp @extends('backend.layouts.master') @section('title') Dashboard Page - Employee Panel @endsection @section('styles') @endsection @section('admin-content')
@include('backend.layouts.partials.logout')
@if($emd)
PROFILE
#{{$emd->id_card}} Edit Profile

{{$emd->name}}

{{--
{{$dig->deg_name}}
--}}

{{$adminData->email}}   {{$emd->mobile}}   {{$emd->nid}}

{{$emd->nationality}},  {{$emd->gender}}  ,{{$emd->religion}}

{{--

{{$dip->dep_name}}

--}}
    10/10
  • Joining Date : {{$emd->created_at->format('Y-m-d')}}

Project

id Project Name description Review More Data
1 Crazy Toys
2 Beautiful flowers
@endif
@if ($usr->roles[0]->name == 'superadmin')
Permissions

{{ $total_permissions }}

@endif
@endsection