@extends('layouts.app') @section('title', __('app.new_fund_correlation')) @section('controller-data', 'common:numbers;fundCorrelations') @section('breadcrumb') @endsection @section('content')
@include('flash-message')
@method('POST') @csrf
{!! $errors->first('delta_code', '

:message

') !!}

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

{!! $errors->first('www_code', '

:message

') !!}
{{ strtoupper(__('app.cancel')) }}
@endsection