Cleanup info callouts into components

This commit is contained in:
Nabeel Shahzad
2018-02-22 14:21:00 -06:00
parent 67f6dfc2f4
commit 10b0798a30
10 changed files with 51 additions and 64 deletions

View File

@@ -11,7 +11,7 @@
<tbody>
@foreach($fares as $fare)
<tr>
<td>{!! $fare->code !!}</td>
<td><a href="{!! route('admin.fares.edit', [$fare->id]) !!}">{!! $fare->code !!}</a></td>
<td>{!! $fare->name !!}</td>
<td>{!! $fare->price !!}</td>
<td>{!! $fare->cost !!}</td>