Commit f513acbb authored by Ruslan's avatar Ruslan

Merge

parent dcfd0fe8
This diff is collapsed.
......@@ -224,6 +224,7 @@ class PackagesController extends Controller
{
return view('addpackage');
}
public function index()
{
......
......@@ -45,14 +45,13 @@
</div>
<div class="col-xs-6 col-sm-3">
<a class="btn btn-primary btn-sm btn-shape-default btn-min-width-sm" href="buttons.html#">Add item</a>
</div>
</div>
<div class="row">
<div class="col-xs-12 section-inset-1">
<div class="table-responsive">
<div class="table-responsive ">
<table class="table table-hover text-left">
<thead>
<tr class="bg-dark">
......
......@@ -118,13 +118,12 @@
<ul class="list-inline list-inline-mod-1 visible-md-inline-block visible-lg-inline-block pull-sm-right">
<li><a href="/">На главную</a></li>
<li><a href="{{ route('package') }}">Посылки</a>
</li>
<li ><a href="{{ route('address') }}">Адреса</a>
<li>
<a href="{{ route('address') }}">Адреса</a>
</li>
<li><a href="/profile">Профиль</a>
<li>
<a href="/profile">Профиль</a>
</li>
</ul>
</div>
......
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