@extends('template.layouts.page') @section('title_postfix', __('Investment prices')) @section('content_container_classes', 'container-fluid') @section('content_header') {{ __('Investment prices') }} of {{$investment->name}} @stop @section('content')
@include('template.components.model-delete-form') @stop