@extends('admin.layouts.default') @section('content')

Bot Add Screen

Layout

Bot Add Screen

{{ Form::open(['role' => 'form','id'=>'MatchAddForm','route'=>['AutoBots.addBotsInChallengeAPI'],'files' => true]) }}

{{ Form::close() }}
@endsection