@extends('layouts.app') @section('title', trans('menu.daily_update_title')) @section('content')
{{trans('forms.lbl_add_new')}} {{trans('forms.lbl_delete')}}
{{trans("tables.name_title")}} {{trans("tables.action_title")}}

{{__('forms.assign_to')}}

{{trans('forms.lbl_cancel')}}
@stop @section('quick-links') @stop @section('panel-content') @include('dailyupdate::settings.form', ['edit' => false]) @stop @section('footer-script') @stop