@extends('admin.layout.index') {{-- =========== meta Title =================== --}} @section('title') لیست نمایندگان - {{ $user->first_name.' '.$user->last_name }} @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content')
@if(count($sellers)>0)