@extends('layouts.app') @section('title', __('app.fund_correlation')) @section('breadcrumb') @endsection @section('content')
@include('flash-message')

{{ __('app.fund_correlation_data') }}

: {{ $fundCorrelation->delta_code }}
: {{ $fundCorrelation->www_code }}
@endsection