File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
lang/en-US/admin/accessories Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 'id ' => 'ID ' ,
77 'require_acceptance ' => 'Acceptance ' ,
88 'title ' => 'Accessory Name ' ,
9-
10-
119);
Original file line number Diff line number Diff line change @@ -896,7 +896,8 @@ class="table table-striped snipe-table table-hover"
896896 }' >
897897 <thead >
898898 <tr >
899- <th class =" col-md-5" >{{ trans (' general.name' ) } } </th >
899+ <th class =" col-md-1" >{{ trans (' general.id' ) } } </th >
900+ <th class =" col-md-4" >{{ trans (' general.name' ) } } </th >
900901 <th class- =" col-md-5" data-fieldname =" note" >{{ trans (' general.notes' ) } } </th >
901902 <th class =" col-md-1" data-footer-formatter =" sumFormatter" data-fieldname =" purchase_cost" >{{ trans (' general.purchase_cost' ) } } </th >
902903 <th class =" col-md-1 hidden-print" >{{ trans (' general.action' ) } } </th >
@@ -905,7 +906,8 @@ class="table table-striped snipe-table table-hover"
905906 <tbody >
906907 @foreach ($user -> accessories as $accessory )
907908 <tr >
908- <td >{!! $accessory -> present ()-> nameUrl ()! !} </td >
909+ <td >{{ $accessory -> pivot -> id } } </td >
910+ <td >{!! $accessory -> present ()-> nameUrl ()! !} </td >
909911 <td >{!! $accessory -> pivot -> note ! !} </td >
910912 <td >
911913 {!! Helper:: formatCurrencyOutput ($accessory -> purchase_cost ) ! !}
@@ -1210,4 +1212,4 @@ class="table table-striped snipe-table"
12101212 </script >
12111213
12121214
1213- @stop
1215+ @stop
You can’t perform that action at this time.
0 commit comments