@extends('layouts.app') @section('styles') @endsection @section('content') @if ($errors->any()) @endif @if(Auth::check())
@csrf @method('PUT')

{{ $formulaire->type_ar }}

تحيين الاستمارة

هوية الباعث

هوية العقار

المساحة يجب ان تكون 100م2 على الاقل.
@if($immobilier->document_propriete) الملف الحالي: عرض @endif

مكونات العقار

@php $components = [ 'salle_exercice','piscine','vestiaire','unitaires_sanitaire', 'stockage_conservation','espace_exterieur','garage' ]; @endphp @foreach($components as $comp)
@if(in_array($comp, ['salle_exercice','piscine','vestiaire']))
@else @endif
@endforeach
@section('scripts') @endsection @else @endif @endsection