@extends('layouts.head_office_app') @section('title', 'User Detail') @section('content')

{{$profile->profile_name}}

Back
@foreach ($profile->user_profile_assign as $ho_user_assgin)
@include('head_office.user_card_component', [ 'user' => $ho_user_assgin->head_office_user ])
@endforeach
@livewire('profile.profile-case-access', ['profileId' => $profile->id]) @livewire('profile.profile-form-access', ['profileId' => $profile->id]) @livewire('profile.profile-review-access', ['profileId' => $profile->id])
@endsection @section('scripts') @endsection