@extends('template.layouts.page') @section('title_postfix', __('Received emails')) @section('content_container_classes', 'container-fluid') @section('content_header', __('Emails received by YAFFA')) @section('content')
{{-- Placeholder for any actions to be introduced in the future
{{ __('Actions') }}
--}}
{{ __('Filters') }}
    @include('template.components.tablefilter-sidebar-search')
@stop