@extends('layouts.app') @section('title') Add New Map File @stop @section('breadcrumb') @stop @section('content')

Add New Map File   Download Direct Balloting Map File Format

Add the information


{{csrf_field()}} @can('isSuperAdmin')
{{-- @foreach ($multi_projects as $pro) @php $id = Crypt::encrypt($pro->id); @endphp @if (old('multipro_id') == $id) @else @endif @endforeach @if ($errors->has('multipro_id')) {{ $errors->first('multipro_id') }} @endif
@endcan
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('mapfile')) {{ $errors->first('mapfile') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@stop