@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))@endif
{{ __('text.dashboard') }}
{{ __('text.user') }}
{{ __('text.customer') }}
{{ __('text.products') }}
{{ __('text.blog') }}
{{ __('text.commission') }}
{{ __('text.setting') }}
{{ __('text.language') }}
{{ __('text.currency') }}
{{ __('text.withdrawal') }}
{{ __('text.earning') }}
{{ __('text.orders') }}
{{ __('text.stripe_payment') }}
@endsection