Details
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
{{-- {{ 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)
 }})
@else No Image File @endif
Author Name
@if ($data->author_name != null)
{{ $data->author_name }}
@else
@endif
@else No Image File @endif