Commit 2ff82659 authored by Shahzod's avatar Shahzod

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	.idea/workspace.xml
#	resources/views/main.blade.php
parents e692b855 ce6ae726
This diff is collapsed.
This diff is collapsed.
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<strong>Fazoshop</strong> <strong>Fazoshop</strong>
</a> </a>
<nav class="my-2 my-md-0 mr-md-3 top-menu"> <nav class="my-2 my-md-0 mr-md-3 top-menu">
<a class="p-2 text-dark" href="#">На главную</a> <a class="p-2 text-dark" href="/main">На главную</a>
<a class="p-2 text-dark" href="{{ route('package') }}">Посылки</a> <a class="p-2 text-dark" href="{{ route('package') }}">Посылки</a>
<a class="p-2 text-dark" href="{{ route('address') }}">Адреса</a> <a class="p-2 text-dark" href="{{ route('address') }}">Адреса</a>
<a class="p-2 text-dark" href="{{ url('/profile') }}">Профиль</a> <a class="p-2 text-dark" href="{{ url('/profile') }}">Профиль</a>
...@@ -95,8 +95,8 @@ ...@@ -95,8 +95,8 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-12 col-md"> <div class="col-12 col-md">
<img class="mb-2" src="/docs/4.3/assets/brand/bootstrap-solid.svg" alt="" width="24" height="24"> <img class="mb-2" src="{{ url('/assets/img/icon/logo.png') }}" alt="" width="24" height="24">
<small class="d-block mb-3 text-muted">&copy; 2017-2019</small> <small class="d-block mb-3 text-muted">&copy; 2019</small>
</div> </div>
<div class="col-6 col-md"> <div class="col-6 col-md">
<h5>Клиентам</h5> <h5>Клиентам</h5>
......
This diff is collapsed.
@extends('layouts.app') @extends('layouts.user')
@section('page-title', 'Мои посылки') @section('page-title', 'Мои посылки')
@section('content') @section('content')
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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