@extends(decide_template()) @section('title', $page_data['title']) @section('page_styles') @endsection @section('page_scripts') @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('staff_management.form_heading')}}

hourly_rate > 0) value="{{$user_email_limit->hourly_rate}}" @endif class="form-control user-input-val" name="sender_info_hour" placeholder="{{ trans('staff_management.form.input_value.value') }}">
daily_limit > 0) value="{{$user_email_limit->daily_limit}}" @endif class="form-control user-input-val" name="sender_info_daily" placeholder="{{ trans('staff_management.form.input_value.value') }}">
monthly_limit > 0) value="{{$user_email_limit->monthly_limit}}" @endif class="form-control user-input-val" name="sender_info_monthly" placeholder="{{ trans('staff_management.form.input_value.value') }}">
@if ($page_data['action'] == 'add') @else @endif
@endsection