@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Reseller') @section('content') @include('admin.includes.show-msg')
Image

Add reseller, if it does not exist

@forelse ($resellers as $item) @include('admin.reseller.edit', ['reseller' => $item]) @empty @endforelse
# Reseller name Actions
@include('admin.includes._iteration', ['data' => $resellers]) {{ Str::ucfirst($item->name) }}
No record found.
@include('admin/reseller/create') @endsection @section('page-script') @if (count($errors) > 0) @dump($errors) @endif @if (session()->has('err')) @endif @endsection