@extends('master.app') @section('title', 'Create Permission') @section('body')
Create Permission
Back
@include('general.valert') @if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
If empty, it will use web.
@endsection