@if (isset($permission)) {{ __('Update Permission') }} @else {{ __('New Permission') }} @endif
{{ __('Back to Permissions') }}
@if ($errors->any()) @endif @if (session('success')) {{ session('success') }} @endif @if (isset($permission))
@method('PUT') @else @endif @csrf {{ __('Details') }}
@if (isset($permission)) {{ __('Update') }} @else {{ __('Create') }} @endif
{{ __('Back to permissions') }}