@if (count($errors) > 0)
@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif @if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('warning'))
{{ Session::get('warning') }}
@endif @if(Session::has('err'))

این محصولات به دلیل عدم موجودی از سبد خرید حذف شد: @foreach(Session::get('err') as $er) {{\App\Models\Product::find($er['id'])->title}} @if($er['option']) -{{\App\Models\Option::find(['option'])}} @endif، @endforeach

@endif