@if ($message = session('success')) {{ $message }} @endif @if ($message = session('danger')) {{ $message }} @endif
@if(auth()->user()->can('create-reseller')) @endif @if(!auth()->user()->can('create-reseller')) @endif
@push('scripts') @endpush