@extends('layouts.app') @section('title', 'Permission') @section('content')
@csrf @method('PUT') @include('permission.partials.form', ['header' => 'Edit Permission '])
@stop @push('styles') @endpush @push('scripts') @endpush