@if (Route::currentRouteName() == 'rawmaterials.index')
@livewire('rawmaterials.index')
@endif
@if (Route::currentRouteName() == 'rawmaterials.ledger')
@livewire('rawmaterials.ledger', ['rawmaterial' => $rawmaterial])
@endif
@if (Route::currentRouteName() == 'rawmaterials.reporting')
@livewire('rawmaterials.reporting')
@endif