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 class="bg-light section-lg">
......
@extends('layouts.user')
@extends('layouts.user_new')
@section('content')
......
......@@ -67,7 +67,7 @@
</nav>
</div>
<div class="container">
<div class="container" style="min-height: 400px;">
<div class="row">
<div class="col-12">
@if( Session::has( 'success' ))
......
@extends('layouts.user')
@extends('layouts.user_new')
@section('content')
<section class="bg-light section-lg">
<ol class="breadcrumb">
</ol>
</section>
<section class="section section-inset-1">
<div class="container">
<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">
<table class="table table-hover text-left">
<table class="table table-hover">
<thead>
<tr class="bg-dark">
<tr class="">
<th>#</th>
<th>Name</th>
<th>Passport</th>
<th>Adress</th>
<th>Phone</th>
<th>Manage</th>
<th>ФИО</th>
<th>Паспорт</th>
<th>Адрес</th>
<th>Тел.</th>
<th>Опции</th>
</tr>
</thead>
<tbody>
......@@ -55,10 +57,9 @@
</div>
<!-- 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>
</section>
@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