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

Məhsullar

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