@extends('../layouts/partials/header') @section('content_header')

Recepción - Búsqueda de RFC

@endsection @section('content')

Buscar cliente por RFC Ver registros
@if (session('success')) @endif @if ($errors->any()) @endif
@csrf
@error('rfc')
{{ $message }}
@enderror
{{-- /card-body --}}
{{-- /card --}}
@endsection @extends('../layouts/partials/footer')