@extends('layouts.app') @section('title', 'Add New Contact') {{-- custom css --}} @push('css') @endpush {{-- page connect --}} @section('content') Add New Contact @csrf Select contact type General Professionals/Contractors Investors {{-- {{ dd($transactionAssociations); }} --}} General - Client Type {{-- Select client type... --}} @foreach ($transactionAssociations as $value => $label) {{ $label }} @endforeach Professional Business Type @foreach ($assignTitles as $title) {{ $title }} @endforeach Tags/Properties of Interest @foreach($propertyOptions as $value => $label) {{ $label }} @endforeach {{-- {{ dd($propertyOptions) }} --}} {{-- this functionality add in the next phase --}} {{ __('Save & Exit ') }} Save Exit @endsection {{-- custom js --}} @push('js') @endpush