Completed model updates for Services

This commit is contained in:
Dane Everitt
2017-02-05 17:58:17 -05:00
parent 09d23deed6
commit 323f1d943f
26 changed files with 299 additions and 167 deletions

View File

@@ -40,10 +40,10 @@
</tr>
</thead>
<tbody>
@foreach ($options as $option)
@foreach ($service->options as $option)
<tr>
<td><a href="{{ route('admin.services.packs.option', $option->id) }}">{{ $option->name }}</a></td>
<td>{{ $option->p_count }}</td>
<td>{{ $option->packs->count() }}</td>
</tr>
@endforeach
<tr>