@extends('layouts.backend.app') @section('title') {{$title}} @stop @push('css') @endpush @section('content')
@csrf @method('PUT')
Product Info
%
@php $post_image = explode("|",$product->others_photo); @endphp @foreach($post_image as $key=>$image)
@endforeach
More Info
featured==1) checked @endif type="checkbox" name="featured" value="1">
new==1) checked @endif type="checkbox" name="new" value="1">
trending==1) checked @endif type="checkbox" name="trending" value="1">
best_seller==1) checked @endif type="checkbox" name="best_seller" value="1">
offer==1) checked @endif type="checkbox" name="offer" value="1">
For Landing page ( Optional )
@php $customer_review = explode("|",$product->customer_review); @endphp @foreach($customer_review as $key=>$image)
@endforeach
For S.E.O
@endsection @push('js') @endpush