how to use for foreach loop in carousel in laravel blade code example
Example: how to use for foreach loop in carousel in laravel blade
@foreach( $photos as $photo )
@endforeach
@foreach( $photos as $photo )
{{ $photo->title }}
{{ $photo->descriptoin }}
@endforeach
Previous
Next