@extends('template.layouts.page') @section('title_postfix', __('Investment timeline')) @section('content_container_classes', 'container-fluid') @section('content_header', __('Investment timeline')) @section('content')
{{ __('Filters') }}
    @include('template.components.tablefilter-sidebar-search')
{{ __('Loading chart...') }}
@stop