@extends('admin::layouts.master')
@section('title', __('admin/admin_roles.role_management'))
@section('content')
@{{ role.title }}
[{{ __('common.select_all') }} / {{ __('common.cancel') }}]
{{ __('common.save') }}
{{ __('common.cancel') }}
@endsection
@push('footer')
@endpush