Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onestartup-shop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Angel Martin
onestartup-shop
Commits
0eeead57
Commit
0eeead57
authored
Jul 03, 2018
by
Pancholin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ortogtafia en categorias del SAT
parent
2a7a7d8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.blade.php
src/views/categorysat/index.blade.php
+4
-4
No files found.
src/views/categorysat/index.blade.php
View file @
0eeead57
...
...
@@ -8,7 +8,7 @@
<a href="
{{
route
(
'admin-shop-client.orders'
)}}
">Tienda</a>
</li>
<li class="
breadcrumb
-
item
active
">
Listado de categor
ias
Listado de categor
ías del SAT
</li>
@endsection
@section('content')
...
...
@@ -17,7 +17,7 @@
<div class='box'>
<div class='box-header dark'>
<h2>
Agregar nueva categor
i
a
Agregar nueva categor
í
a
<span></span>
<a aria-expanded='false' class='btn btn-xs btn-danger button-ml' data-toggle='collapse' href='#agregarCategoria'>
Cancelar
...
...
@@ -42,7 +42,7 @@
<div class='box'>
<div class='box-header dark'>
<h2>
Listado de Categor
ias de productos de la tienda
Listado de Categor
ías de productos (SAT)
<span>
<a aria-expanded='false' class='btn btn-xs btn-info button-ml' data-toggle='collapse' href='#agregarCategoria'>
<i class='fas fa-plus'></i>
...
...
@@ -76,7 +76,7 @@
Unidad: <b>
{
{$category->unidad}
}
</b>
</td>
<td>
{
{$category->products->count()}
}
</td>
<td>
<td
class="
text
-
center
"
>
{!! Form::open(['route'=> ['admin.shop.categoriasat.destroy',
$category->id
],'method'=>'DELETE'])!!}
<button class='btn btn-danger btn-xs button-mb' onclick="
return
confirm
(
'¿Estás seguro de eliminar este elemento?'
);
" type='submit'>
<i class='fas fa-trash-alt icon-special-size'></i>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment