@extends('layouts.app') @section('title', lang_trans('Create Permission')) @section('content')
@csrf @include('auth.permission.form')
@endsection