@extends('master') @section('title', 'Pengembang') @section('header-konten') @endsection @section('konten')
Pengembang
@php $tambah = explode(',', Auth::user()->role->tambah); $ubah = explode(',', Auth::user()->role->ubah); $hapus = explode(',', Auth::user()->role->hapus); @endphp @if (in_array('16', $tambah))
@endif
@if (in_array('16', $ubah) | in_array('16', $hapus)) @endif @php $i = 1; @endphp @foreach ($data as $dt) @if (in_array('16', $ubah) | in_array('16', $hapus)) @endif @php $i++; @endphp @endforeach
No Nama Pengembang Alamat Pengembang Telp Pengembang Asosiasi PengembangAksi
{{ $i }} {{ $dt->nama_pengembang }} {{ $dt->alamat_pengembang }} {{ $dt->telp_pengembang }} {{ $dt->asosiasi_pengembang }}
@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('16', $tambah)) @endif @if (in_array('16', $ubah)) @endif @endsection @section('script') @endsection