@extends('layouts.app') @section('content')
{{ $pageName??'' }}
@if ($errors->any()) @endif
@csrf @method('PATCH')

@php $eventImages = json_decode($data->images); @endphp @if(count($eventImages) > 0) @foreach($eventImages as $image)
@endforeach @endif
@if(count($data->details) > 0) @foreach($data->details as $key => $details) @php $key += 1; @endphp @endforeach @endif
Package Name Description Price
@endsection @section('script') @endsection