@extends(decide_template()) @section('title', $page_data['title']) @section('page_styles') @endsection @section('page_scripts') @if(isset($bounce->process_bounce_report) && $bounce->process_bounce_report==1) @else @endif @endsection @section(decide_content()) @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
@if ($page_data['action'] == 'add') @else @endif

{{trans('bounce_address.form_heading')}}

{{--
@if ($page_data['action'] == 'add') @else username != '') checked="" @endif /> @endif
--}}
@if(isset($pmta) && $bounce->process_bounce_report==2) {{ trans("bounce_address.form.error_message.pmta_control")}} ({{$pmta->server_name}} - {{$pmta->id}}) @endif
@if ($page_data['action'] == 'add')
@else
username != '') style="display:block;" @endif> @endif
@if ($page_data['action'] == 'add') @else @endif
@endsection