Edit Buyer wise details of export budget Information Buyer wise details of export budget
@csrf @method('put')
Conversion Rate in USD Date
Company Buyer
{{ $company_name = App\Models\Company::where('id', $company_id)->first()->name }} {{ $buyer_name = App\Models\Buyer::where('id', $buyer_id)->first()->name }}
Year Month

@forelse ($targets as $target) @empty @endforelse
Buyer wise details of export budget Monthly Data Entry
Particulars Target Amount / Values
{{ $target->particular->name }}
No data found
Save
{{-- change buyer id accroding to company id --}}