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

{!! $form['heading'] !!}

@csrf
@if ($data->icon) icon @endif
@if ($data->size_chart) icon @endif
@php $colors = $data->colors_data; @endphp @if(!empty($colors)) @foreach($colors as $index => $color)
@endforeach @endif
Cancel
@endsection @push('footer-js') @endpush