{{ __('regulatory.edit_title') }}
{{ strtoupper(App::getLocale()) }}
English
العربية
@include('layouts.admin-nav') {{--
{{ __('regulatory.view_all_properties') }}
@csrf
{{ __('regulatory.logout') }}
--}}
@if(session('success'))
{{ __('regulatory.updated_success') }}
@endif
@csrf @method('PUT')
{{ __('regulatory.select_property') }}
@foreach($properties as $property)
id == $regulatory->property_id ? 'selected' : '' }}> {{ $property->name }}
@endforeach
{{ __('regulatory.permit_number') }}
{{ __('regulatory.ded') }}
{{ __('regulatory.rera') }}
{{ __('regulatory.brn') }}
{{ __('regulatory.qr_code') }}
{{ __('regulatory.qr_code_info') }}
@if($regulatory->getFirstMediaUrl('qr_codes'))
@endif
{{ __('regulatory.update') }}