@extends('layouts.app') @section('title') Edit Role @stop @section('breadcrumb') @stop @section('content')

Edit Role

Update the information


{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@stop