@extends('frontend.layouts.app') @section('title') News @stop @section('content') @if (\App::getLocale() == 'my') @else @endif
@foreach ($videos as $video)
{!! $video->video_path !!}

{{$video->name}}

@endforeach
@stop @push('scripts') @endpush