@extends('admin.layouts.app') @section('title', 'Update Role') @section('content')
UPDATE ROLE
@method('PATCH') @csrf
@error('name') {{ $message }} @enderror
@endsection