@extends('master') @section('title', 'Detail Perumahan') @section('header-konten') @include('perumahan.detail.head') @endsection @section('konten')
Detail Perumahan
{{-- --}}
@php $ubah = explode(',', Auth::user()->role->ubah); @endphp @if (in_array('23', $ubah))
@csrf
@else
@csrf
@endif
@endsection @section('script') @include('my_components.alertToast') @endsection