@extends('layouts.main') @section('page-style') @endsection @section('page-plugin') @endsection @section('page-script') @endsection @section('content')

Back @include('layouts.notifications')
Update Product Category
{{ csrf_field() }}
@if(isset($category['url_product_category_photo']) && $category['url_product_category_photo'] != "") @endif
Select Image
@if($category['last_child'] == 0) @endif
@foreach($category['category_child']??[] as $child)
@if(isset($child['url_product_category_photo']) && $child['url_product_category_photo'] != "") @endif
Select Image
@endforeach
@endsection