@extends('seller.layout.index') {{-- =========== meta Title =================== --}} @section('title') سبد خرید @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content')
# | نام کاربر | عملیات |
---|---|---|
{{ $i }} | @php $user=\App\Models\User::where('id',$key)->first(); @endphp{{ isset($user) ? $user->first_name.' '.$user->last_name : 'کاربر وجود ندارد' }} | تکمیل خرید |