@extends('layouts.app')
@section('title', __('app.edit_fund_correlation'))
@section('controller-data', 'common:numbers;fundCorrelations')
@section('breadcrumb')
{{ __('app.home') }}
{{ __('app.fund_correlations') }}
{{ __('app.edit_fund_correlation') }}
@endsection
@section('content')
@include('flash-message')
@endsection