@extends('template.layouts.page') @section('title_postfix', __('Investment Groups')) @section('content_container_classes', 'container-lg') @section('content_header', __('Investment Groups')) @section('content')
{{ __('Actions') }}
  • {{ __('New investment group') }}
{{ __('Filters') }}
    @include('template.components.tablefilter-sidebar-search')
@stop