@extends('layouts.admin_layout') @section('title', 'Manage Service App Customer Experiences') @section('content')

Manage Service App Customer Experiences

@foreach($service_app_customer_experience as $service_app_customer_experience_row) @endforeach
Caption Action
{{$service_app_customer_experience_row->service_app_customer_experience_caption}} Edit
@endsection