@extends("admin.template.layout") @section('header') @stop @php $vendorid = $_GET['vendor'] ?? ''; $inactive = 0; if(!empty($vendorid)) { $seller_user_id = $vendorid; $inactive = 1; } @endphp @section('content')