@extends('master') @section('title', 'Desa') @section('header-konten') @endsection @section('konten')
Desa
@php $tambah = explode(',', Auth::user()->role->tambah); $ubah = explode(',', Auth::user()->role->ubah); $hapus = explode(',', Auth::user()->role->hapus); @endphp @if (in_array('18', $tambah))
@endif
@if (in_array('18', $ubah) | in_array('18', $hapus)) @endif @php $i = 1; @endphp @foreach ($data as $dt) @if (in_array('18', $ubah) | in_array('18', $hapus)) @endif @php $i++; @endphp @endforeach
No Kecamatan Nama DesaAksi
{{ $i }} {{ $dt->kecamatan->nama_kecamatan }} {{ $dt->nama_desa }}
@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('18', $tambah)) @endif @if (in_array('18', $ubah)) @endif @endsection @section('script') @include('my_components.alertToast') @endsection