@extends('web.profile.profile-master') @section('my-ads-contnet')

{{ __('My Ads') }}

@forelse ($products as $product)
{{ $product->name }}
    @if ($product->status !== 'Soled')
  • {{ __('Sold Out') }}
  • @csrf
  • @endif
  • @csrf
  • @csrf
@empty

{{ __('No Post Found') }}

{{ __('You have not posted any ads yet.') }}

@endforelse
@if ($products->hasPages())
{{ $products->links() }}
@endif
@endsection @push('styles') @endpush @push('script') {{-- model --}} @if (session('success') || session('error')) @endif @endpush