@extends(decide_template()) @section('title', $pageTitle) @section('page_styles') @endsection @section('page_scripts') @include('includes.view-pages-filter-script') @endsection @section(decide_content()) @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif @if (Session::has('alert'))
{{ Session::get('alert') }}
@endif
@include('includes.view-pages-filter') @if (isset($_GET['test'])) @endif
{{trans('bounce_address.view.table_headings.bounce_address')}} {{trans('bounce_address.view.table_headings.host')}} {{trans('bounce_address.view.table_headings.username')}} {{trans('bounce_address.view.table_headings.method')}} {{trans('bounce_address.view.table_headings.port')}}{{trans('bounce_address.view.table_headings.verify_status')}}{{trans('Error')}} {{trans('common.table_heading.actions')}}
@endsection