@extends(decide_template()) @section('title', $page_data['title']) @section('page_styles') @endsection @section('page_scripts') @endsection @section(decide_content()) @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@if ($page_data['action'] == 'add')
@else @endif

{{trans('feedback_loop.form_heading')}}


@if ($page_data['action'] == 'add') @else @endif
@endsection