@include('admin.layouts.main') @include('admin.layouts.title') @include('admin.layouts.headercss')
@include('admin.layouts.sidebar')
@include('admin.layouts.topbar')
@include('admin.layouts.flash')
@include('admin.layouts.pagetitle')
This can be generated only once — please check before generating.
Generate Response

Review and edit copied response data before generating

@csrf
@foreach($forwaderResponse->forwarderResponseOption as $key => $deal)
{{ $key + 1 }} Response Option {{ $key + 1 }}
@foreach($deal->forwarderResponseOptionPrices as $pdata) @endforeach
Charge Price
@endforeach
Back
@include('admin.layouts.footer')
@include('admin.layouts.footerScripts')