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

Verified Seller

Reset
{{-- --}} @php $i = 0; @endphp @foreach ($data as $item) @if ($item->profile != null) {{-- --}} @endif @endforeach @if ($data->count() === 0 ) @endif
Sr.No Profile Name Email Age typeFigure Hair Color Eye Color AddressAction Status
{{++$i}} {{$item->name}} {{$item->email}} {{$item->profile->age}} {{$item->profile->type}}{{$item->figure}} {{$item->hair_color}} {{$item->eye_color}} {{$item->address}} {{--
@csrf
--}} {{-- --}}
@csrf

No Verified Sellers

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