@extends("layouts.app") @section("titulo") Subir Contactos @endsection @section("contenido")
Cargar Archivo CSV Contactos
@if (session('mensaje')) @endif

** Subir Archivo en formato .csv

** Unica columna debe ser el número movil

@csrf
@error('file')
Please fill the file format .CSV
@enderror @foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endsection @push("styles") @vite(['resources/css/alert.744ce31a.css']) @endpush @push("scripts") @endpush