@foreach($categories as $category)

@include('admin.companies.partials.month', ['months' => $category->months, 'categoryId' => $category->id])
@endforeach