@extends('back.master') @section('title', __('Products')) @section('additional_head_tags') @endsection @section('content')
|
|
{{ __('Name') }} | {{ __('Price') }} | {{ __('Sales') }} | {{ __('Category') }} |
{{ __('Type') }}
|
{{ __('Active') }} | {{ __('Trending') }} | {{ __('Featured') }} | {{ __('Newest') }} | {{ __('Files') }} | {{ __('Updated at') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
id }})">
|
{{ $product->id.' - '.ucfirst($product->name) }} | {{ currency().' '.format_amount($product->price) }} | {{ $product->sales }} | {{ $product->category }} | {{ __(ucfirst($product->type ?? '-')) }} |
active) checked @endif data-id="{{ $product->id }}" data-status="active" @change="updateStatus($event)">
|
trending) checked @endif data-id="{{ $product->id }}" data-status="trending" @change="updateStatus($event)">
|
featured) checked @endif data-id="{{ $product->id }}" data-status="featured" @change="updateStatus($event)">
|
newest) checked @endif data-id="{{ $product->id }}" data-status="newest" @change="updateStatus($event)">
|
@if($product->file_name) @if($product->is_dir) @else id }})"> @endif @else - @endif | {{ $product->updated_at }} |
|