@extends('template.default') @section('text-field') @stop @section('content') @php $configuration = session('configuration'); @endphp @if($permissionService->verifyPermissionView(\App\Models\Permission::CRIAR_EDITAR))
add
@endif @endsection @section('specific-scripts') @stop