@extends('layouts.app') @section('title', 'Roles') @section('breadcrumb') @endsection @section('title-section', 'Edit Role User') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@method('PUT') @csrf
Kembali
@endsection