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

Bot Add Screen

Layout

Bot Add Screen

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

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