@extends('layouts.app')
@push('head-script')
@endpush
@section('page-title')
@push('head-script')
@endpush
@section('filter-section')
@endsection
@foreach($boardColumns as $key=>$column)
{{ ucwords($column->type) }} @if(count($column->leads)!=0)({{count($column->leads)}})@endif
{{ global_setting()->currency->currency_symbol.$column->leads->sum('value') }}
@endforeach
@endsection
@push('footer-script')
{{-- {!! $dataTable->scripts() !!} --}}
{{-- --}}
@endpush