@extends('layouts.adminlayouts.app') @section('title') New User | Company Name @endsection @push('css') @endpush @section('contents')
New User
@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if ($errors->has('mobile'))

{{ $errors->first('mobile') }}

@endif
@if ($errors->has('role'))

{{ $errors->first('role') }}

@endif
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@if ($errors->has('password_confirmation'))

{{ $errors->first('password_confirmation') }}

@endif
@if ($errors->has('address'))

{{ $errors->first('address') }}

@endif
@if ($errors->has('city'))

{{ $errors->first('city') }}

@endif
@if ($errors->has('state'))

{{ $errors->first('state') }}

@endif
@if ($errors->has('country'))

{{ $errors->first('country') }}

@endif
@if ($errors->has('zipcode'))

{{ $errors->first('zipcode') }}

@endif
@if ($errors->has('country'))

{{ $errors->first('country') }}

@endif
@if ($errors->has('zipcode'))

{{ $errors->first('zipcode') }}

@endif
@if ($errors->has('photo'))

{{ $errors->first('photo') }}

@endif

User Permission Roles

Permission
Products
Products Catagory
Products Sub Catagory
Products Sub Sub Catagory
Products Brands
Products Colors
Products Size
Products attribute
Orders Managements
Orders Managements
Pages
Delivery Services
Administrator Users
Customer Users
Vendor Users
Slider & Banner
Menus Setting
Apps Setting
@endsection @push('js') @endpush