@extends( ($theme =="white") ? 'layouts.white_theme': ( ($theme =="red") ? 'layouts.red_theme': (($theme =="green") ? 'layouts.green_theme': (($theme =="black") ? 'layouts.black_theme': ( ($theme =="blue") ?'layouts.blue_theme': 'layouts.yellow_theme' )))) ) @section('content')
{{ __('Sorry we cant find any data, to get rid of this message, make at least 1 entry') }}.
{{ __('Create new One') }}{{ __('Product Name') }} @if($sort_order =='asc') @else @endif | {{ __('Product Description') }} @if($sort_order =='asc') @else @endif | {{ __('Status') }} @if($sort_order =='asc') @else @endif | @if($show_edit_button || $show_delete_button)@endif | |
---|---|---|---|---|
{{$product->product_name}} | {{$product->product_description}} | @if (($product->status) == true){{ __('Active') }} | @else{{ __('Inactive') }} | @endif @if($show_edit_button || $show_delete_button)@if($show_edit_button) @endif @if($show_delete_button) @endif | @endif