@extends('layouts.app') @section('title') {{__('Edit Customer Survey')}} @endsection @section('breadcrumb')

{{__('Customer Survey')}}

@endsection @section('content')

{{__('View Survey')}}

@include('patient.customer_survey._form_view')
@endsection @section('scripts') @cannot('bulk_action_patient') @endcan @endsection