@extends('_layout.app') @section('toolbar')

Competitor Movement

@endsection @section('content')

Filter


@foreach ($category as $item)
@endforeach
@foreach ($company->chunk(2) as $chunk)
@foreach ($chunk as $company)
@endforeach
@endforeach

Analisis

@if(Auth::user()->hasPermissionTo('manage data')) Upload @endif View Master Table View Chart Refresh
@php $i = 1; @endphp @foreach ($category as $item)

{{$item['name']}}

@php $i++ @endphp @endforeach
Oops.. Belum ada kategori yang dipilih

Silahkan pilih produk & kategori terlebih dahulu

Oops.. Tidak ada data tersedia

{{date('M Y')}} - {{date('M Y')}}

@if(Auth::user()->hasPermissionTo('manage data')) Tambah @endif
@foreach ($category as $item) @endforeach
Action Company Date{{$item['name']}}
@endsection @section('scripts') @endsection