@extends('layouts.admin_layout') @section('title', 'Manage Service App Customer Experiences') @section('content') Manage Service App Customer Experiences Home Manage Service App Customer Experiences Add Service App Customer Experience Save Sorting Caption Action @foreach($service_app_customer_experience as $service_app_customer_experience_row) {{$service_app_customer_experience_row->service_app_customer_experience_caption}} Edit @endforeach @endsection