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