@extends('master') @section('title', 'Gambar Perumahan') @section('header-konten') @include('perumahan.detail.head') @endsection @section('konten')
Daftar Gambar Perumahan {{ $data->perumahan }}
@php $tambah = explode(',', Auth::user()->role->tambah); $ubah = explode(',', Auth::user()->role->ubah); $hapus = explode(',', Auth::user()->role->hapus); @endphp @if (in_array('33', $ubah))
@endif
@php $i = -1; @endphp @if (File::exists(Storage::disk('public')->path('images/perumahan/'.$data->id_perumahan.'/gambar'))) @foreach ($files as $file) @if (Str::length($file) >= 3)
Gambar {{ $i }}
@if (in_array('33', $hapus))
{{--
--}}
@endif
@endif @php $i++; @endphp @endforeach @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('33', $tambah)) @endif @if (in_array('33', $hapus)) @endif @endsection @section('script') @include('my_components.alertToast') @endsection