@extends('back.layouts.app') @push('title', __('Product Properties')) @section('content')
{{ __('Product Properties') }}
@foreach ($properties as $property)
{{ $property['name'] }}
@endforeach
{{ __('Add Property') }}
@csrf
@csrf
@endsection @push('js') @endpush