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

Add New Map File

  Download Map File Format
{{ csrf_field() }} @can('isSuperAdmin')
@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