@if(Session::has('message'))
×{{Session::get('message')}}
@endif @foreach($slots as $slot) @endforeach
Value Unit Action
{{$slot->times}} {{$slot->name}}
{!! $slots->appends(request()->except('page'))->render() !!}