@extends('layouts.app') @section('title', 'Add Translation') {{-- custom css --}} @push('css') @endpush @section('content') Add New Transaction Associated Lead Choose Option @forelse ($contacts as $contact) {{ $contact['f_name'] }} {{ $contact['l_name'] }} @empty Contact Not Found @endforelse Transaction Owner Choose User @forelse ($users as $user) {{ $user['f_name']." ".$user['m_name']."".$user['l_name'] }} @empty User Not Found @endforelse Transaction Type Select transaction type Sale Purchase Lease Transaction Stage Select transaction stage Pre Listing Listing Pending Close Expired / withdran Save Transaction @endsection {{-- custom js --}} @push('js') @endpush