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

{{ __('Customer Survey') }}

@endsection @section('content')
{{ __('Create') }}
# {{ __('Survey Date') }} {{ __('Contact Details') }} {{ __('Region') }} {{ __('Laboratory') }} {{ __('Gender') }} {{ __('Client Type') }} {{ __('Created at') }} {{ __('Action') }}
@endsection @section('scripts') @endsection