@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','package')->first()->custom_text }} @endsection @section('admin-content')

{{ $websiteLang->where('lang_key','all_package')->first()->custom_text }}

{{ $websiteLang->where('lang_key','package_form')->first()->custom_text }} ({{ $websiteLang->where('lang_key','unlimited_qty')->first()->custom_text }} = -1 )
@csrf @method('patch')
@if ($package->package_type !=0)
@endif @if ($package->package_type ==0)
@endif
@if ($package->is_featured !=0)
@endif @if ($package->is_featured ==0)
@endif
@if ($package->is_top !=0)
@endif @if ($package->is_top ==0)
@endif
@if ($package->is_urgent !=0)
@endif @if ($package->is_urgent ==0)
@endif
@endsection