@extends('adminlte::page') @section('content') @section('content_header', __('admin.edit_link')) @if(empty($link->image)) @php $link->image='no_image.png'; @endphp @endif
@if(count($errors) > 0)
@foreach($errors->all() as $error)

{{$error}}

@endforeach
@endif @if(Session::has('success'))

{{ Session::get('success') }}

@endif
@csrf @method('PUT')

featured_category == 1 ? 'checked' : '' }}>

featured_home == 1 ? 'checked' : '' }}>


@if(isset($icon_queue) && $icon_queue->as_icon == '1')@lang('admin.generating_icon') @else @if($settings['thum_io_id'] != null & $settings['thum_io_url_key'] != null)@lang('admin.generate_icon')@endif @endif
@if(isset($link->screenshot))@endif
@if(isset($screenshot_queue) && $screenshot_queue->as_icon == '0')@lang('admin.generating_screenshot') @else @if($settings['thum_io_id'] != null & $settings['thum_io_url_key'] != null)@lang('admin.generate_screenshot')@endif @endif


bypass_redirect == 1 ? 'checked' : '' }}>


bypass_details == 1 ? 'checked' : '' }}>

@foreach($deep_link_data as $title)
@endforeach



enabled == 1 ? 'checked' : '' }}>

badge == 1 ? 'checked' : '' }}>
@endsection