@extends('layouts/LayoutMaster') @section('title', 'Мои дела') @section('vendor-style') @endsection @section('page-style') @endsection @section('content') @include('panels/modals/addObject')
@mobile
Создать объект
@endmobile
@foreach($folders as $folder)
{{ Helper::getCountDeals($folder->id, 0) }}
{{ Helper::getCountDeals($folder->id, 1) }}
{{ Helper::getCountDeals($folder->id, 2) }}
{{ $folder->name }}
@endforeach
@endsection @section('content-right')
Создать объект
@endsection @section('vendor-script') @endsection @section('page-script') @endsection