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

Resellers

@include('notify.errors') @include('notify.success')

Add Reseller

@csrf
@if (Auth::user()->role == 'admin') @else @php $id = Auth::id(); $levels = \App\LevelReseller::where('user_id', $id)->get(); @endphp @endif
@if (Auth::user()->role == 'admin')
@endif
@endsection @section('endfooter') @endsection