@extends('master') @section('title', 'Dokumen Perumahan') @section('header-konten') @include('perumahan.detail.head') @endsection @section('konten')
Dokumen Perumahan
@php $tambah = explode(',', Auth::user()->role->tambah); @endphp @if (in_array('25', $tambah))
@endif
@php $i = 1; @endphp @foreach ($doks as $dok) @php $i++; @endphp @endforeach
No Nama Dokumen Status Dokumen Aksi
{{ $i }} {{ $dok->nama_dokumen_perum }} @if ($dok->file_dokumen_perum != null) Terupload @else Belum Terupload @endif
@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('25', $tambah)) @endif @if (in_array('25', $ubah)) @endif @if (in_array('25', $hapus)) @endif @endsection @section('script') @include('my_components.alertToast') @endsection