@extends('adminlte::page') @section('content') @section('content_header', __('admin.edit_package'))
@if(count($errors) > 0)
@foreach($errors->all() as $error)

{{$error}}

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

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

@endif
@csrf @method('PUT')

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

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

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

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

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

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

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

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

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

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


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


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


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