@extends('admin.layout')
@section('title',__('Edit product'))
@section('css')
@endsection
@section('breadcrump')
{{ __('Products') }}
- {{__('Home')}}
- {{__('Products')}}
- {{__('Edit product')}}
@endsection
@section('content')
@endsection
@section('scripts')
@include('admin.pages.products.product_js')
@endsection