{{-- Name: sendout.partials.list.blade Author: JH2 Created: 2015-09-23 --}} @extends('partials.box') @section($content_id) @include('partials.linkbox', [ 'links' => [ 'sendout.create' => ['name' => Lang::get('sendout.create.button')], ] ])
@if(isset($filter) && $filter == true)

{{ Lang::get('receiver.filterOn') }}:

{{ Lang::get('sendout.filterPlaceholder') }}
{{ Lang::get('sendout.archived') }}

@endif @if (!$data->isEmpty())
{!! $data->appends(Request::all())->render() !!}
@endif @stop