@extends('adminlte::page')
@section('title', 'Dashboard')
@section('content_header')
@stop
@section('content')
COBRO ALQUILER
Realizar Cobro
@include('alquiler.table', ['alquiler' => $alquiler])
@stop
@section('css')
{{-- Add here extra stylesheets --}}
{{-- --}}
@stop
@section('js')
@stop