@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.dldProjectsOpen.title_singular') }}
@csrf
@if($errors->has('area'))
{{ $errors->first('area') }}
@endif {{ trans('cruds.dldProjectsOpen.fields.area_helper') }}
@if($errors->has('area_name_ar'))
{{ $errors->first('area_name_ar') }}
@endif {{ trans('cruds.dldProjectsOpen.fields.area_name_ar_helper') }}
@if($errors->has('area_name_en'))
{{ $errors->first('area_name_en') }}
@endif {{ trans('cruds.dldProjectsOpen.fields.area_name_en_helper') }}
@if($errors->has('master_project_ar'))
{{ $errors->first('master_project_ar') }}
@endif {{ trans('cruds.dldProjectsOpen.fields.master_project_ar_helper') }}
@if($errors->has('master_project_en'))
{{ $errors->first('master_project_en') }}
@endif {{ trans('cruds.dldProjectsOpen.fields.master_project_en_helper') }}
@if($errors->has('zoning_authority'))
{{ $errors->first('zoning_authority') }}
@endif {{ trans('cruds.dldProjectsOpen.fields.zoning_authority_helper') }}
@if($errors->has('zoning_authority_ar'))
{{ $errors->first('zoning_authority_ar') }}
@endif {{ trans('cruds.dldProjectsOpen.fields.zoning_authority_ar_helper') }}
@if($errors->has('zoning_authority_en'))
{{ $errors->first('zoning_authority_en') }}
@endif {{ trans('cruds.dldProjectsOpen.fields.zoning_authority_en_helper') }}
@if($errors->has('no_of_lands'))
{{ $errors->first('no_of_lands') }}
@endif {{ trans('cruds.dldProjectsOpen.fields.no_of_lands_helper') }}
@if($errors->has('no_of_buildings'))
{{ $errors->first('no_of_buildings') }}
@endif {{ trans('cruds.dldProjectsOpen.fields.no_of_buildings_helper') }}
@if($errors->has('no_of_villas'))
{{ $errors->first('no_of_villas') }}
@endif {{ trans('cruds.dldProjectsOpen.fields.no_of_villas_helper') }}
@if($errors->has('no_of_units'))
{{ $errors->first('no_of_units') }}
@endif {{ trans('cruds.dldProjectsOpen.fields.no_of_units_helper') }}
@endsection