|
@@ -1,4 +1,4 @@
|
|
-@extends('admin.partial.template')
|
|
|
|
|
|
+@extends('admin.partial.template-full')
|
|
|
|
|
|
@section('section')
|
|
@section('section')
|
|
<div class="title">
|
|
<div class="title">
|
|
@@ -21,7 +21,7 @@
|
|
@foreach($statuses as $status)
|
|
@foreach($statuses as $status)
|
|
<tr>
|
|
<tr>
|
|
<th scope="row">
|
|
<th scope="row">
|
|
- <a href="/statuses/show/{{$status->id}}">
|
|
|
|
|
|
+ <a href="{{$status->url()}}">
|
|
{{$status->id}}
|
|
{{$status->id}}
|
|
</a>
|
|
</a>
|
|
</th>
|
|
</th>
|