@extends('master') @section('title', 'RTLH') @section('header-konten') @endsection @section('konten')
RTLH
@php $tambah = explode(',', Auth::user()->role->tambah); @endphp @if (in_array('21', $tambah))
@endif
@php $ubah = explode(',', Auth::user()->role->ubah); $hapus = explode(',', Auth::user()->role->hapus); @endphp @if (in_array('21', $ubah) | in_array('21', $hapus)) @endif @php $i = 1; @endphp @foreach ($data as $dt) @if (in_array('21', $ubah) | in_array('21', $hapus)) @endif @php $i++; @endphp @endforeach
No Nama Kecamatan Desa Dusun Alamat X Y Keterangan UkuranAksi
{{ $i }} {{ $dt->nama }} {{ $dt->kecamatan->nama_kecamatan ?? '' }} {{ $dt->desa->nama_desa ?? '' }} {{ $dt->dusun }} {{ $dt->alamat }} {{ $dt->x }} {{ $dt->y }} {{ $dt->keterangan }} {{ $dt->ukuran }}
@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('21', $tambah)) @endif @if (in_array('21', $ubah)) @endif @if (in_array('21', $hapus)) @endif @endsection @section('script') @include('my_components.alertToast') @endsection