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