@extends('layouts.app') @section('css') @endsection @section('contenido')

Ventas por Sucursal

@csrf
Sucursal
Fecha Inicio
Fecha Fin
@if(isset($type) && $type == 'POST')
@csrf
@endif @if(isset($type) && $type == 'POST')
Codigo Nombre Cantidad
@endif
@endsection @section('scripts') @endsection