@extends('layouts.app') @section('title') Start Balloting @stop @section('breadcrumb') @stop @section('css') @stop @section('content')
{{ csrf_field() }}
@if ($errors->any())

Errors

    {!! implode('', $errors->all('
  • :message
  • ')) !!}
@endif

Start Balloting

Some Pre-Conditions Before Start Balloting

Note: All * fields are mandatory

Set Inventory Pre-Condition


@can('isSuperAdmin') @include('partial.multiselect_for_balloting') @endcan
@if ($errors->has('pre_condition')) {{ $errors->first('pre_condition') }} @endif
@if ($errors->has('specific_size')) {{ $errors->first('specific_size') }} @endif
{{-- --}}
{{-- Balloting Map File --}} {{-- --}} {{-- Balloting Map File --}}
{{-- --}} @stop @section('js') @stop