@extends('layouts.app')
@section('title')
{{__('Edit Customer Survey')}}
@endsection
@section('breadcrumb')
@endsection
@section('content')
@include('patient.customer_survey._form_view')
@endsection
@section('scripts')
@cannot('bulk_action_patient')
@endcan
@endsection