@extends('backend.layouts.app') @section('content')

{{translate('Custom Alerts')}}

@can('add_custom_alerts') @endcan

{{translate('Select Alert Location')}}

{{translate('Select any alert location from following')}}


{{ translate('From Bottom-left') }}

{{ translate('From Bottom-right') }}

{{ translate('From Top-left') }}

{{ translate('From Top-right') }}
{{translate('All Custom Alerts')}}
@can('delete_custom_alerts') @endcan
@can('delete_custom_alerts') @endcan @foreach($custom_alerts as $key => $custom_alert) @can('delete_custom_alerts') @endcan @endforeach
{{translate('Image')}} {{translate('Text')}} {{translate('Link')}} {{translate('Type')}} {{translate('Trigger')}} {{translate('Actions')}}
@if($custom_alert->id != 1)
@else @endif
{!! $custom_alert->description !!} {{ $custom_alert->link }} @if($custom_alert->id != 1) @if($custom_alert->type == 'small') {{ translate('Small') }} @else {{ translate('Large') }} @endif @else {{ translate('default') }} @endif
{{ $custom_alerts->appends(request()->input())->links() }}
@endsection @section('modal') @include('modals.delete_modal') @include('modals.bulk_delete_modal') @endsection @section('script') @endsection