@extends('layouts.app') @section('content') {{--

Daily Update Case

--}}
@include('dailyupdate::cases.form', [ 'edit' => true ])
{{trans('forms.lbl_cancel')}}
@stop @section('footer-script') @stop