@extends('layouts.app') @section('title', __('accounting-reports::lang.investments')) @section('content')

@lang('accounting-reports::lang.investments')

@component('components.widget', ['class' => 'box-primary'])

@lang('accounting-reports::lang.name') @lang('accounting-reports::lang.description') @lang('accounting-reports::lang.investment_date') @lang('accounting-reports::lang.amount') @lang('accounting-reports::lang.current_value') @lang('accounting-reports::lang.investment_type') @lang('accounting-reports::lang.status') @lang('accounting-reports::lang.created_at') @lang('messages.action')
@endcomponent
@endsection @section('javascript') @endsection