@extends('layouts.app') @section('title', 'Add New Contact') {{-- custom css --}} @push('css') @endpush {{-- page connect --}} @section('content')

Add New Contact

@csrf
{{-- {{ dd($transactionAssociations); }} --}}
{{-- {{ dd($propertyOptions) }} --}} {{-- this functionality add in the next phase --}}
{{ __('Save & Exit ') }}
@endsection {{-- custom js --}} @push('js') @endpush