@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
@can('branch_access')
@endcan
business_location != '1') style="display: none" @endif>
Select All Deselect All
@if ($errors->has('roles'))
{{ $errors->first('roles') }}
@endif
@endsection @section('scripts') @endsection