@extends('layouts.main') @section('container')

Edit Project

Edit Project
@foreach($edit as $data) @if(empty($data['latitude']) && empty($data['longitude'])) @php $data['latitude']='0.0'; $data['longitude']='0.0'; @endphp @endif
{!! csrf_field() !!}
 
 
@if ($errors->has('address_lat'))

Address Location Required*

@endif

{{$unit=$data->unit_spec}}

{{$project_sp=$data->project_spec}}

Block Floor Unit per Floor Total Unit No. Of Lift Completion Year
@if ($errors->has('unit'))
{{ $errors->first('unit') }}
@endif
Name(type) Unit Size Bedroom Room Bathroom No. Of Carpark per Unit Images(Max. 5)


*Note: All Field Required

@endforeach
@stop