@extends('admin.layout') @section('content')

{{ trans('Add User') }}

@php $getUserRoleData = userRoleData(); $User = explode(",",$getUserRoleData->User); //$User = array("Add", "View", "Edit", "Delete"); @endphp
@if( count($errors) > 0) @foreach($errors->all() as $error) @endforeach @endif @if(in_array(auth()->guard('admin')->user()->role_id, [20]))
{{ trans('labels.back') }}
@else

Please contact with SuperAdmin

@endif
@endsection