Commit 62b586ac authored by Ruslan's avatar Ruslan

Redesigned address edition form

parent 30604346
This diff is collapsed.
@extends('layouts.user') @extends('layouts.user_new')
@section('content') @section('content')
<section class="bg-light section-lg"> <section class="bg-light section-lg">
......
@extends('layouts.user') @extends('layouts.user_new')
@section('content') @section('content')
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
</nav> </nav>
</div> </div>
<div class="container"> <div class="container" style="min-height: 400px;">
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
@if( Session::has( 'success' )) @if( Session::has( 'success' ))
......
@extends('layouts.user') @extends('layouts.user_new')
@section('content') @section('content')
<section class="bg-light section-lg">
<ol class="breadcrumb">
</ol>
</section>
<section class="section section-inset-1">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-xs-12 section-inset-1"> <div class="col-12">
<h4 class="mb-5">
<span class="text-top-title">Редактирование профиля</span>
</h4>
</div>
</div>
<div class="row">
<div class="col-12 section-inset-1">
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-hover text-left"> <table class="table table-hover">
<thead> <thead>
<tr class="bg-dark"> <tr class="">
<th>#</th> <th>#</th>
<th>Name</th> <th>ФИО</th>
<th>Passport</th> <th>Паспорт</th>
<th>Adress</th> <th>Адрес</th>
<th>Phone</th> <th>Тел.</th>
<th>Manage</th> <th>Опции</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
...@@ -55,10 +57,9 @@ ...@@ -55,10 +57,9 @@
</div> </div>
<!-- RD Mailform--> <!-- RD Mailform-->
<a class="btn btn-primary btn-sm pull-sm-right" href="{{ route('address.add') }}" >Add Address</a> <a class="btn btn-primary btn-sm pull-sm-right" href="{{ route('address.add') }}" >Добавить адрес</a>
</div> </div>
</div> </div>
</div> </div>
</section>
@endsection @endsection
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