@extends('admin.layout.default') @section('title', trans('admin.role.actions.edit', ['name' => $role->name])) @section('body') @if (count($errors) > 0)
Opps! Something went wrong, please check below errors.

@endif
{{ trans('admin.role.actions.edit', ['name' => $role->name]) }}
@include('admin.role.components.form-elements')
@include('admin.role.components.form-elements-two')
@endsection