@extends(decide_template()) @section('title', $pageTitle) @section('page_styles') @endsection @section('page_scripts') @include('includes.view-pages-filter-script') @endsection @section(decide_content()) @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@if(routeAccess('form.create')) @endif @if(routeAccess('view.web.form.design')) @endif @if(routeAccess('form.destroy'))
@endif
@include('includes.view-pages-filter')
{{trans('webform.view.table_heading.name')}} {{trans('webform.view.table_heading.double_option')}} {{trans('webform.view.table_heading.thank_you_action')}} {{trans('common.table_heading.created_on')}} {{trans('common.table_heading.actions')}}
@endsection