@include('partials.html') @include("partials.title-meta", ["title" => $title]) @include('partials.head-css') @include('sweetalert::alert')
@include('partials.menu', ["title" => $title])
@if (!empty($data->img_profile) && $data->img_profile != "default.png") @elseif ($data->gender == "MALE") @elseif ($data->gender == "FEMALE") @endif

{{ sprintf('%s - (%s)', $data->fullname ?? "", $data->nip ?? "") }}

Vendor : {{ $data->vendor_name ?? "" }}
Role : {{ $data->role ?? "" }}

List PIC Member

NIP Fullname Vendor Role Button Action
@include('partials.footer')
@include('partials.right-sidebar') @include('partials.footer-scripts') {{-- --}}