@extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Cajas') @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- sidebar included --}} @section('content-sidebar') @include('content/apps/cajas/app-cajas-control-sidebar') @endsection @section('content')
{{--
google drive
Saldo en Cajas

$ 3.500

dropbox
Error de Cajas

$ 5.500

icloud
Cajas Abiertas

10

icloud
Cajas Cerradas

20

--}}
Sucursales
Cajas
Cierres
{{--

Caja N° 1

Cerrada

Cajero: Juan

Periodo desde: 23/08/2022 15:30 a 23/08/2022 19:45

Cajero Juam
Periodo desde: 23/08/2022 15:30 a 23/08/2022 19:45
--}}
@include('cajas/modals/modal-add-new-cajas') @include('cajas/modals/modal-edit-cajas') @include('content/apps/cajas/app-cajas-abrirCajas') @include('content/apps/cajas/app-cajas-cerrarCajas') @include('content/apps/cajas/app-cajas-control-cierres') @endsection @section('vendor-script') @endsection {{-- page styles --}} @section('page-script') @endsection