Commit 715da423 authored by Nicolas Widart's avatar Nicolas Widart

Changing table properties

parent bbb1e626
...@@ -39,12 +39,12 @@ ...@@ -39,12 +39,12 @@
<tr> <tr>
<td> <td>
<a href="{{ URL::route('dashboard.post.edit', [$menu->id]) }}"> <a href="{{ URL::route('dashboard.post.edit', [$menu->id]) }}">
{{ $menu->title }} {{ $menu->name }}
</a> </a>
</td> </td>
<td> <td>
<a href="{{ URL::route('dashboard.post.edit', [$menu->id]) }}"> <a href="{{ URL::route('dashboard.post.edit', [$menu->id]) }}">
{{ $menu->slug }} {{ $menu->title }}
</a> </a>
</td> </td>
<td> <td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment