@extends('layouts.master') @section('title') {{$title}} @lang('translation.starter') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Pages @endslot @slot('title') {{$title}} @endslot @endcomponent

List {{ $title }}

@can('masterdata_hubungan_pegawai_create') Create @endcan
@foreach ($prods as $item) @endforeach
Nama Hubungan Keluarga Alias 1 (Status = Belum Menikah) Alias 2 (Status = Sudah Menikah) Action
{{ $item->nama }} {{ $item->alias1 }} {{ $item->alias2 }}
@can('masterdata_hubungan_pegawai_update') @endcan @can('masterdata_hubungan_pegawai_delete')
@csrf @method('DELETE')
@endcan
@endsection @section('script') @include('datatable') @endsection