Details
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
{{-- {{ route('product.store') }} --}}
Title
@if ($data->title != null)
{{ $data->title }}
@else
@endif
Short Description
@if ($data->short_description != null)
{{ $data->short_description }}
@else
@endif
Description
@if ($data->description != null)
{!! $data->description !!}
@else
No Text
@endif
Icon
@if ($data->icon != null)
 }})
@else No Image File @endif
Image
@if ($data->image != null)
 }})
@else No Image File @endif
@else No Image File @endif
@else No Image File @endif