@extends('layouts.app') @section('htmlheader_title') Create Plan @endsection @section('contentheader_title') Create A Plan @endsection @section('main-content')
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if($speed == true)
@elseif($speed == false) @else @endif @if($data == true)
@elseif($data == false) @else @endif @if($burst == true)

Bursting not Supported

@elseif($burst == false) @else @endif
@endsection