Details

@if ($errors->any())
@endif @include('flash-message')
{{-- {{ 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) user photo
@else No Image File @endif
Image @if ($data->image != null) user photo
@else No Image File @endif