@livewire('offer-train-component',['component_name' => 'offer'])

{{__('messages.Add Offer')}}

@if (session()->has('message'))
{{ session('message') }}
@endif
currency_id currency_id @foreach (\App\Models\Currency::all() as $currency) @endforeach
*
comment 4