@extends('admin.layout.index') {{-- =========== meta Title =================== --}} @section('title') فروشندگان @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content') @if(count($sub_sellers)>0)
@method('delete') @csrf @foreach($sub_sellers as $key=>$user) @endforeach
ردیف نام و نام خانوادگی شماره همراه حذف
{{ $sub_sellers->firstItem()+$key }} {{ $user->first_name.' '.$user->last_name }} {{ $user->cellphone }}
{{ $sub_sellers->render() }}
@else

فروشنده ای برای نمایش موجود نیست
@endif @endsection