@extends('template.layouts.page') @section('title_postfix', __('Investments')) @section('content_container_classes', 'container-lg') @section('content_header', __('Investments')) @section('content') @if(isset($investment))
@else @endif
@if(isset($investment->id)) {{ __('Modify investment') }} @else {{ __('Add new investment') }} @endif
active == '1') checked="checked" @endif @else checked="checked" @endif >
auto_update == '1') checked="checked" @endif @endif >
@stop