@extends('layouts.app') @section('title', __('app.fund_correlations')) @section('controller-data', 'common:datatable;fundCorrelations:index') @section('breadcrumb') @endsection @section('content')
@include('flash-message')
@method('POST') @csrf
@if(count($records) > 0)
{{ __('app.delta_code') }} {{ __('app.www_code') }} {{ __('app.actions') }}
{{ __('app.delta_code') }} {{ __('app.www_code') }} {{ __('app.actions') }}
@else

{!! __('app.empty_fund_correlations') !!}

@endif
@endsection