@extends('admin.layout.base') @section('title') {{'Roles'}} @endsection @section('content')

Edit Role

Edit role and save changes.

@include('admin.layout.includes.successWalert')
Role
@method('PATCH')
Permission:
@foreach($permission as $value)
@endforeach


Cancel @csrf
@endsection