@extends('lay.dnekcab.retsam') @section('title') {{ $page_title }} @endsection @section('page-content')
{{ $viewCustodian->employee->name }} {{ $viewCustodian->employee->last_name }} @php $photoPath = public_path('assets/attachment/employee/photo/' . $viewCustodian->employee->image); @endphp {{ $viewCustodian->employee->name }}
{{ $viewCustodian->employee->id_number }}
{{$viewCustodian->employee->phone }}
{{$viewCustodian->job_type }}
{{-- Search --}}
@include('dnekcab.nimda.items.fetch_custodians_items.collection_list')
@endsection @section('js') @endsection