@foreach ($echoareas as $oo) @endforeach
Subscribed Echoarea Description
echoareas->search(function($item) use ($oo) { return $item->id === $oo->id; }) !== FALSE)checked @endif> {{ $oo->name }} {{ $oo->description }}
Cancel
@if($errors->count()) There were errors with the submission. @dump($errors) @endif @can('update',$o)
@endcan