@extends('layouts.app') @section('content')
Indicate Record
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Property Details
{{-- NEED TO SELECT WHICH VALUER THAT BEING CONTACTED BY CLIENT --}}
{{-- STATE --}}
{{-- DISTRICT --}}
{{-- MUKIM/TOWN --}}
{{-- Or your relevant column structure --}}
sf
sf
RM
Client/Banker Details
RM
Cancel
@endsection @push('scripts') @endpush