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