@extends('frontend.layouts.master') @section('videocss') @endsection @section('content')
@if(!empty($videogaleri)) @foreach($videogaleri as $videogaleris) @if($videogaleris->id) @endif @endforeach @endif
@endsection @section('videojs') @endsection