@extends('layouts.dashboard')
@section('css')
@endsection
@section('sub-header')
{{ __('Start Up Expenses Projection Input Sheet') }}
@endsection
@section('content')
@php
$studyEndDate = $model->getOperationStartDateFormatted();
$studyEndDate = \Carbon\Carbon::make($studyEndDate)->format('m/d/Y')
@endphp
@endsection
@section('js')
@endsection