Merge pull request #990 from batuhawk/master
Invoice and bill show positions updated
This commit is contained in:
commit
b1f1b3e63c
@ -354,7 +354,7 @@
|
|||||||
@stack('bill_item_end')
|
@stack('bill_item_end')
|
||||||
|
|
||||||
@stack('bill_total_start')
|
@stack('bill_total_start')
|
||||||
<div class="row">
|
<div class="row mt-5">
|
||||||
<div class="col-md-7">
|
<div class="col-md-7">
|
||||||
@stack('notes_input_start')
|
@stack('notes_input_start')
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
@ -494,7 +494,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>@date($history->created_at)</td>
|
<td>@date($history->created_at)</td>
|
||||||
<td class="text-center">{{ $history->status->name }}</td>
|
<td class="text-center">{{ $history->status->name }}</td>
|
||||||
<td class="text-center">{{ $history->description }}</td>
|
<td class="text-right">{{ $history->description }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -372,7 +372,7 @@
|
|||||||
@stack('invoice_item_end')
|
@stack('invoice_item_end')
|
||||||
|
|
||||||
@stack('invoice_total_start')
|
@stack('invoice_total_start')
|
||||||
<div class="row">
|
<div class="row mt-5">
|
||||||
<div class="col-md-7">
|
<div class="col-md-7">
|
||||||
@stack('notes_input_start')
|
@stack('notes_input_start')
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
@ -535,7 +535,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>@date($history->created_at)</td>
|
<td>@date($history->created_at)</td>
|
||||||
<td class="text-center">{{ $history->status->name }}</td>
|
<td class="text-center">{{ $history->status->name }}</td>
|
||||||
<td class="text-center">{{ $history->description }}</td>
|
<td class="text-right">{{ $history->description }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user