@if (Session::get('success', false))

{{ Session::get('success') }}

@endif
@foreach ($ashom as $sahm)
@csrf @method('POST')

{{ $sahm->name }}

{{ $sahm->price }}

{{ $sahm->total_stocks }}

@endforeach