@php $profile = auth()->user()->profile; @endphp @extends('seller.profile') @section('content') {{-- @php $can = App\Models\Can::where('user_id', Auth::user()->id)->first(); @endphp --}}
{{session('success')}}
@endsessionWelcome to your dashboard
--}} {{-- @if (Auth::user()->role === 'admin') Admin Dashboard @endif @php $is_approved = false @endphp @if ((Auth::user()->profile->status === 'verified') && ($can->stock > 0)) @php $is_approved = true @endphp @endif @if ($is_approved) Create Ad @endif Sell To Lovecans Lovecans Store View Profile --}} {{-- Home Logout --}}Type: {{ $offer->type }}
Price: {{ $offer->price }}
Days Worn: {{ $offer->worn_days }}
{{$offer->offer_status}}