@extends('admin.layouts.app') @section('content')

Add Customers Installed Embed

@foreach($customerInstallations as $embedded) @endforeach
ID Description Image Action
{{ $embedded->id }} @if ($embedded->description) {{ implode(' ', array_slice(str_word_count($embedded->description, 1), 0, 10)) . (str_word_count($embedded->description) > 10 ? '...' : '') }} @else No Description @endif
@endsection