@extends( 'layout.default' ) @section( 'layout.default.body' )

{!! $title ?? __( 'Not Allowed Action' ) !!}

{{ $message }}

{{ __( 'NexoPOS wasn\'t able to perform a database request. This error might be related to a misconfiguration on your .env file. The following guide might be useful to help you solving this issue.' ) }}
@endsection