@extends('layouts.app') @section('title', trans('menu.daily_update_title')) @section('content')
@include('dailyupdate::form', [ 'edit' => true ])
@if(!$dailyUpdate->completed_at) @endif {{trans('forms.lbl_cancel')}}
@stop @section('footer-script') @stop