@if(!empty($location_count))
@if(Request::is(app()->getLocale().'/offers-screens'))

{{ trans('landing.screen.select_discount_locations_null') }} {{ (!empty($location_count) && $location_count > 0) ? $location_count : "" }}

@elseif(Request::is(app()->getLocale().'/featured-screens'))

{{ trans('landing.screen.select_fetured_locations_null') }} {{ (!empty($location_count) && $location_count > 0) ? $location_count : "" }}

@elseif(Request::is(app()->getLocale().'/cart'))

{{ trans('landing.screen.selected_screen') }} {{ (!empty($location_count) && $location_count > 0) ? $location_count : "" }}

@else

{{ trans('landing.screen.selected_screen_null') }} {{ (!empty($location_count) && $location_count > 0) ? $location_count : "" }}

@endif
@else
@if(Request::is(app()->getLocale().'/offers-screens'))

{{ trans('landing.screen.select_discount_locations_null') }}

@elseif(Request::is(app()->getLocale().'/featured-screens'))

{{ trans('landing.screen.select_fetured_locations_null') }}

@elseif(Request::is(app()->getLocale().'/cart'))

{{ trans('landing.screen.selected_screen') }}

@else

{{ trans('landing.screen.selected_screen_null') }}

@endif
@endif @if(Request::is(app()->getLocale().'/home') || Request::is(app()->getLocale().'/screens-list') || Request::is(app()->getLocale().'/offers-screens') || Request::is(app()->getLocale().'/featured-screens'))
{{ trans('home.select_all') }}
{{ trans('home.delete_all') }}
@endif