@extends('admin.master_layout') @section('title') {{ $title }} @endsection @section('body-header')

{{ $title }}

{{ __('translate.User Roles') }} >> {{ $title }}

@endsection @section('body-content')
@csrf @if ($role) @method('PUT') @endif

{{ __('translate.Role Information') }}

{{ __('translate.Account type helps organize users: normal, company, or agent') }}
{{ __('translate.Allowed Listing Categories') }}
@foreach ($categories as $id => $category)
@endforeach
{{ __('translate.Allow working hours on public profile help') }}
{{ __('translate.Cancel') }}
@endsection