@extends('layouts.stores_dashboard_layout') @section('title') {{trans('stores_dashboard.edit_product')}} @endsection @section('content')
{{trans('stores_dashboard.edit_product')}}

{{trans('stores_dashboard.edit_product_desc')}}

@csrf
{{trans('stores_dashboard.edit_product_info')}}
{{trans('stores_dashboard.product_image')}}
@endsection @section('scripts') @endsection