@extends('layouts.master') @section('title') Inicio @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Inicio @endslot @slot('li_2') Buscas Recibos @endslot @slot('title') Recibos @endslot @endcomponent
Buscar Recibos por DNI
@csrf
@endsection @section('script') @endsection