@extends('layouts.front')
@section('page_title')
@parent
تسویه حساب
@endsection
@section('main')
تسویه حساب
@include('frontends.errors')
@if(@$err)
این محصولات به دلیل عدم موجودی از سبد خرید حذف شد: @foreach($err as $er) {{\App\Models\Product::find($er['id'])->title}} @if($er['option']) -{{\App\Models\Option::find(['option'])}} @endif، @endforeach