@extends('layouts.service-details-layout', [ 'subTitle' => 'Create Demand Notice' ]) @section('content') @csrf Name Amount Formula Select Formula @foreach($formulaFunctions as $formula) id) selected @endif>{{ $formula->display_name }} {{$formula->description ? "($formula->description)" : ''}} @endforeach Submit @endsection @section('more-scripts') @endsection