Better support for deleting for AnnotationsList and Markers + Added a Edit button for CurrentSegmentInfobox + Fixed some missing statics + separated remie style specific img from mdplayer img
<?php namespace TestCAS\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
abstract class Request extends FormRequest
{
//
}