Commit 3efe0636 authored by Pardeep Sahu's avatar Pardeep Sahu

test

parent 2bffcacc
Pipeline #2584 passed with stage
in 20 seconds
......@@ -78,7 +78,7 @@
<a href="{{ url('/admin/statusImage/activate/')}}/{{$value->id}}/{{$page}}" onclick="return confirm('Are you sure want to activate?')" class="btn btn-info">Activate</a>
@endif
<a href="{{ url('/admin/editImage/')}}/{{$value->id}}" class="btn btn-success">Edit</a>
<a href="{{ url('/admin/statusImage/delete/')}}/{{$value->id}}" onclick="return confirm('Are you sure want to delete?')" class="btn btn-danger">Delete</a>
<a href="{{ url('/admin/statusImage/delete/')}}/{{$value->id}}/{{$page}}" onclick="return confirm('Are you sure want to delete?')" class="btn btn-danger">Delete</a>
</td>
</tr>
<?php
......
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