@extends('dash.layouts.app') @section('title') Edit Product @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content')

Product Edit Product

@csrf @method('PUT')
Yes status==1) checked @endif value="1"> No status==0) checked @endif value="0">
@if(!empty($product->thumbnail)) @endif
@endsection @section('js') @endsection