@extends('layouts.master') @section('title') Edit Permission @endsection @section('extra-css') @endsection @section('index')

Edit Role

@csrf
@error('name') @enderror
@error('permission') @enderror
@endsection @section('extra-script') @endsection