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

{{__('Customer Survey')}}

@endsection @section('content') @if (session('danger'))
{{ session('danger') }}
@endif @if (session('date'))
{{ session('date') }}
@endif

{{__('Create Survey')}}

@csrf @include('patient.customer_survey._form')
@endsection @section('scripts') @endsection