@extends('master.back') @section('css') @endsection @section('content')

Video Blog

@if(count($videoblogs) > 0) @foreach($videoblogs->chunk(4) as $videoblogschunk) @endforeach @else Elave olunmayib @endif
@endsection @section('audio') @endsection @section('js') @endsection