@extends('administrator.layout') @section('admintitle', 'User Roles') @section('content')
@if (session()->has('success')) @endif @if (session()->has('error')) @endif
{{ isset($role) ? __('text.edit') . ' ' . __('text.role') : __('text.add') . ' ' . __('text.role') }}
@csrf @isset($language) @method('PUT') @endisset @if(isset($roles))
Warning: Undefined variable $roles in /home/multishipper/public_html/ulevel/resources/views/administrator/role.blade.php on line 46

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /home/multishipper/public_html/ulevel/resources/views/administrator/role.blade.php on line 46
@endif
{{ __('text.dashboard') }}
{{ __('text.user') }}
{{ __('text.customer') }}
{{ __('text.products') }}
{{ __('text.blog') }}
{{ __('text.commission') }}
{{ __('text.setting') }}
{{ __('text.langauage') }}
{{ __('text.currency') }}
{{ __('text.withdrawal') }}
{{ __('text.earning') }}
{{ __('text.orders') }}
@endsection