@extends('managers.layout.master') @section('title', 'عقار جديد') @section('content')

عقار جديد

إنشاء جديد

@csrf
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@if ($errors->has('show')) {{ $errors->first('show') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif

أين يقع هذا العقار

@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('area_id')) {{ $errors->first('area_id') }} @endif
@if ($errors->has('direction')) {{ $errors->first('direction') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif

@if ($errors->has('lat')) {{ $errors->first('lat') }} @endif
@stop @section('scripts') @stop