@extends('Frontend.Template.layout') @section('title') Video @endsection @section('content')

Video


@foreach($news as $package)

{{ $package->name }}

@endforeach
@endsection