@extends('admin.layout.app') @section('body')

Edit Permission #{{ $perm->id }}

Back
@if ($errors->any())
@endif
@csrf @method('PUT')
@endsection