@extends('layouts.master') @section('title') {{ __($page_title) }} @endsection @section('extracsslibrary') @endsection @section('main_content')

Edit Role

Edit Role

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

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

@endif
Back
@endsection @section('extraJs') @endsection