@extends('layouts.app', ['title' => 'Update Role']) @section('content')
@csrf @method('put')
{{ $errors->first('name') }}
Cancel
@endsection