@extends('layouts.app') @section('title', trans('menu.daily_update_title')) @section('content') @php $user = auth()->user(); @endphp
@can('create daily-updates') {{trans('forms.lbl_add_new')}} @endcan {{-- --}}
{{trans("tables.name_title")}}{{trans("tables.supervisor_title")}}{{trans("tables.date_title")}} {{trans("tables.recent_change_title")}} {{trans("tables.status_title")}} {{trans("tables.action_title")}}
@stop @section('footer-script') @stop