@extends('backend.layouts.master') @section('title', 'Edit Role') @section('content')
Backend
User
Role
{{ $role->name }}
Edit
Edit Role
{{ csrf_field() }} {!! method_field('patch') !!}
Name
{{ $errors->first('name') }}
Slug
{{ $errors->first('slug') }}
Update Role
Reset Form
@endsection