Eliminadas views no usadas
This commit is contained in:
parent
b29d63ed4d
commit
aa545ff82a
4 changed files with 0 additions and 24 deletions
|
@ -1,5 +0,0 @@
|
||||||
@extends('layouts.app')
|
|
||||||
|
|
||||||
@section('content')
|
|
||||||
<admin-body></admin-body>
|
|
||||||
@endsection
|
|
|
@ -1,5 +0,0 @@
|
||||||
@extends('layouts.app')
|
|
||||||
|
|
||||||
@section('content')
|
|
||||||
<compras-body></compras-body>
|
|
||||||
@endsection
|
|
|
@ -1,6 +0,0 @@
|
||||||
@extends('layouts.app')
|
|
||||||
|
|
||||||
@section('content')
|
|
||||||
<pedidos-body></pedidos-body>
|
|
||||||
<pedidos-devoluciones-modal></pedidos-devoluciones-modal>
|
|
||||||
@endsection
|
|
|
@ -1,8 +0,0 @@
|
||||||
@extends('layouts.app')
|
|
||||||
|
|
||||||
@section('content')
|
|
||||||
<app-main></app-main>
|
|
||||||
@endsection
|
|
||||||
|
|
||||||
@section('scripts')
|
|
||||||
@endsection
|
|
Loading…
Add table
Reference in a new issue