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

INGRESO VISITA FAMESA

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