@extends('layout.master') @push('plugin-styles') @endpush @section('title', __('dashboard.Edit information')) @section('content')
{{ __('dashboard.Edit information') }}
@csrf
product_id !== null) checked @endif>
status !== null) checked @endif>
{{ __('dashboard.images') }}
@foreach($row->images as $image)
@endforeach
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush