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