Bulk E-card Upload
@if (count($errors) > 0)
Sorry! There were more problems with your HTML input.
@endif
@if(session('msg'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ session('msg') }}
@if (count(session('data')) > 0)
Sorry! Not Found Employee ID .
@endif
@endif
-
@foreach (session('data') as $error)
- {{ $error }} @endforeach