@extends('admin.includes.master-admin') @section('content')

Update Product

{{csrf_field()}}
No Featured Image Added
{{--
Add Featured Image
--}}

Multiple Image Allowed

@if($product->sizes != null)
@else
@endif
@if($product->featured == 1) @else @endif
@stop @section('footer') @stop