@extends(decide_template()) @section('title', $page_data['title']) @section('page_styles') @endsection @section(decide_content()) @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif

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

id=='global'?'readonly':''}} class="form-control" name="label" id="label" value="{{isset($bounce_reason)?$bounce_reason->label:''}}">


@endsection @section('page_scripts') {{----}} @endsection