@extends('admin.layouts.app') @section('panel')
@csrf
@if(@$plan->content) @foreach(json_decode(@$plan->content) as $key => $value)
@endforeach @endif
@endsection @push('breadcrumb-plugins') @lang('Go Back') @endpush @push('script') @endpush