@extends('layout.master') @section('content') {{-- video section --}}

Our Memories

Explore the Journey, Capture the Moments with {{ config('app.name') }} Videos.

@if (count($videos)>0) @foreach ($videos as $key=>$video)
@endforeach @endif
{{--end of video section --}} @endsection @section('css') @endsection @section('script') @endsection