@extends('layouts.master') @section('title', trans('webform.template.access_denied.title')) @section('page_styles') @endsection @section('page_scripts') @endsection @section('content')
 

{{trans('webform.template.access_denied.heading')}}

{{trans('webform.template.access_denied.gate_closed')}}

{{trans('webform.template.access_denied.gate_closed_description')}}

@endsection