@extends('layouts.master') @section('title', 'Edit Role') @section('content')
Edit Role
@if ($errors->any())
@endif
@csrf @method('PUT')
Back
@endsection