@extends('layouts.master') @section('page_title', 'Add User') @section('title', 'User Details') @section('main_item', 'User') @section('sub_item', 'Add User') @section('content')

Add User

@csrf
Select All Deselect All
@if ($errors->has('roles'))
{{ $errors->first('roles') }}
@endif
user_type == 'new_receller') style="display:none;" @endif >
@can('new_reseller_create')
@endcan
@if ($settings->dropship_option == '1')



@endif
@endsection @section('scripts') @endsection