@extends('layout.app') @section('content')
@csrf @method('post')
@if ($reseller)
@endif @if ($poplist)
@else
@endif
@endsection @section('ajax') @endsection