Bulk E-card Upload


@if (count($errors) > 0)
Sorry! There were more problems with your HTML input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('msg'))
{{ session('msg') }}
@if (count(session('data')) > 0)
Sorry! Not Found Employee ID .

    @foreach (session('data') as $error)
  • {{ $error }}
  • @endforeach
@endif @endif
{{ csrf_field() }}