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

{{trans('webform.template.view.title')}}

{{getHeading(trans('app.headings.list_management.custom_fields.view'))}}

@if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
{{trans('webform.template.view.table_heading.name')}} {{trans('webform.template.view.table_heading.creation_date')}} {{trans('common.table_heading.actions')}}
@endsection