@extends('layouts.admin') @section('title', 'Nuevo Ingreso famesa') @section('content_header')

Ingreso Famesa

@endsection @section('content') @if ($errors->any())
@endif
@csrf

Nuevo ingreso

{{-- Hidden --}}


{{-- ✅ GUIA DE DESPACHO --}}
@endsection @section('js') @endsection