@extends('dash.layouts.app') @section('title') Edit Product @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content') Product Edit Product @csrf @method('PUT') Title * Price * Quantity Sort Description * {{$product->sort_desc}} Description * {{$product->long_desc}} Thumbnail Status Yes status==1) checked @endif value="1"> No status==0) checked @endif value="0"> @if(!empty($product->thumbnail)) @endif Reset Update @endsection @section('js') @endsection