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

Edit Role

{{ csrf_field() }} {!! method_field('patch') !!}
{{ $errors->first('name') }}
{{ $errors->first('slug') }}
@endsection