@extends('layouts.app') @section('title', __('app.create_role')) @section('content')
{{-- Form: Start --}}
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.general') }}
{{ __('app.permissions') }}
@include('roles-and-permissions.role.permissions')
{{ __('app.group') }} {{ __('app.permissions') }}
{{-- card --}}
{{-- Form: End --}}
@endsection @section('js') @endsection