@extends('client.topCargo.layouts.layout') @section('title', $content->title) @section('content') @php $images = explode(',', $content->banners); // dd($images); @endphp
@foreach ($images as $index => $image)
{{ $content->title }}-{{$index}}
@endforeach

{{ $content->title }}

{!! $content->text !!}
@endsection