Aggiunto possibilità di salvare files per un progetto
This commit is contained in:
@@ -90,7 +90,9 @@
|
||||
<div class="row">
|
||||
<div class="col-xs-10">
|
||||
<div class="row p-3">
|
||||
@if($progetto->stato !='chiuso')<button class="btn btn-primary open_modal_addRow">Nuova riga</button>@endif
|
||||
@if($progetto->stato !='chiuso')<button class="btn btn-primary open_modal_addRow">Nuova riga</button> <a
|
||||
href="/admin/progetti/docs/?entity=3&entity_id={{ $progetto->id ?? '' }}"
|
||||
class="btn btn-primary">Files</a>@endif
|
||||
</div>
|
||||
<div class="row">
|
||||
<table class="table table-striped table-bordered table-hover"
|
||||
@@ -107,7 +109,7 @@
|
||||
<tbody>
|
||||
@foreach($righe as $riga) @if(isset($riga->data))
|
||||
<tr>
|
||||
<td>{{ date('d/m/Y',strtotime($riga->data)) }}</td>
|
||||
<td>{{ date('Y-m-d',strtotime($riga->data)) }}</td>
|
||||
<td>{{ $riga->descrizione }}</td>
|
||||
<td>{{ $riga->ore }}</td>
|
||||
<td>{{ $riga->prezzo }}</td>
|
||||
|
||||
Reference in New Issue
Block a user