@extends('web.layouts.layout') @section('content')
@foreach($videos as $video)
@if($video['type'] == 2) @else @endif

{{ $video['title'] }}

@endforeach
@endsection @section('content_js') @endsection