@extends('front.layouts.app') @section('css') @endsection @section('content')
@foreach ($gallery as $item)
@include('front.shared-html.media-image-card')
@endforeach
@endsection @section('js') @endsection