Details

@if ($errors->any())
@endif @include('flash-message')
{{-- {{ route('product.store') }} --}}
Title (English) @if ($data->title_en != null) {{ $data->title_en }} @else @endif
Details (English) @if ($data->details_en != null) {!! $data->details_en !!} @else No Text @endif
Title (Arabic) @if ($data->title_ar != null) {{ $data->title_ar }} @else @endif
Details (Arabic) @if ($data->details_ar != null) {!! $data->details_ar !!} @else No Text @endif
Image @if ($data->image != null) user photo
@else No Image File @endif
Author Name @if ($data->author_name != null) {{ $data->author_name }} @else @endif