@extends('admin.layouts.master') @section('title', 'Edit Role') @section('content')

{{ __('Edit Role') }}

{{ __('Edit Role') }}

@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@endsection