@extends('master') @section('title', 'Perumahan') @section('header-konten') @endsection @section('konten')
Perumahan
@php $tambah = explode(',', Auth::user()->role->tambah); @endphp @if (in_array('22', $tambah))
@endif
@php $baca = explode(',', Auth::user()->role->baca); $ubah = explode(',', Auth::user()->role->ubah); $hapus = explode(',', Auth::user()->role->hapus); @endphp @if (in_array('23', $baca) | in_array('22', $ubah) | in_array('22', $hapus)) @endif @php $i = 1; @endphp @foreach ($data as $dt) @if (in_array('23', $baca) | in_array('22', $ubah) | in_array('22', $hapus)) @endif @php $i++; @endphp @endforeach
No Nama Perumahan Nama Pengembang Kecamatan Desa AlamatAksi
{{ $i }} {{ $dt->perumahan }} {{ $dt->pengembang->nama_pengembang ?? '' }} {{ $dt->kecamatan->nama_kecamatan ?? '' }} {{ $dt->desa->nama_desa ?? '' }} {{ $dt->alamat_perumahan }}
@endsection @section('modal') @php $tambah = explode(',', Auth::user()->role->tambah); $ubah = explode(',', Auth::user()->role->ubah); $hapus = explode(',', Auth::user()->role->hapus); @endphp @if (in_array('22', $tambah)) @endif @if (in_array('22', $ubah)) @endif @if (in_array('22', $hapus)) @endif @endsection @section('script') @include('my_components.alertToast') @endsection