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

Blog

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