@extends('layouts.instructor') @push('title', get_phrase('Team Package Edit')) @section('content')

{{ get_phrase('Edit Team Package') }}

@csrf
@php $features = $package->features ? json_decode($package->features, true) : []; @endphp @foreach ($features as $feature)
@endforeach
@endsection @push('js') @endpush