@extends('partnership::reports.layout') @section('title', __('partnership::partner.profit_report_item_wise')) @section('allocation-content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.records') }}
# {{ __('item.item') }} {{ __('item.brand.brand') }} {{ __('partnership::partner.partner') }} {{ __('app.profit') }}
{{ __('app.records') }}
# {{ __('app.date') }} {{ __('app.transaction_type') }} {{ __('app.code') }} {{ __('party.name') }} {{ __('item.item') }} {{ __('item.brand.brand') }} {{ __('partnership::partner.partner') }} {{ __('partnership::contract.share_type') }} {{ __('partnership::contract.share_value') }} {{ __('app.profit') }}
@endsection @push('scripts') @include("plugin.export-table") @endpush