@extends('dashboard.dashboard') @section('title',ucfirst(trans('roles'))) @section('main') @section('page','roles')
@php @endphp

{{__('edit')}} um {{__('role')}}

Os campos com (*) são de caráter obrigatório
@csrf @method('put')

Preencha os detalhes do grupo

@foreach($errors->get('name') as $error) @endforeach
@endsection