@extends('layouts.admin') @section('content')

Seller Profiles

Reset
@php $i = 0; @endphp @foreach ($sellers as $item) {{-- --}} @endforeach @if ($sellers->count() === 0 ) @endif
Sr.No Profile Name's seller Email Age type Action Status
{{++$i}} {{$item->name}} @if($item->isPSeller()) Premium Seller @endif {{$item->email}} {{$item->profile->age}} {{$item->profile->type}}{{ $item->is }}
@csrf

No Sellers

{!! $sellers->withQueryString()->links('pagination::bootstrap-5') !!}
@endsection