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

Edit Package

All Package
@csrf

Feature List

@php($features = json_decode($info->features)) @foreach ($features as $item)
@endforeach
is_recommended == 1 ? 'checked' : '' }} value="1" class="w-6 h-6 text-blue-600 bg-gray-100 border-gray-300 rounded focus:!shadow-none !ring-0">
@endsection @push('headerPartial') @endpush @push('footerPartial') @endpush