@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.product.products') !!}
# {!! trans('dashboard.general.image') !!} {!! trans('dashboard.general.name') !!} {!! trans('dashboard.category.category') !!} {!! trans('dashboard.product.price') !!} {!! trans('dashboard.product.offer_price') !!} {!! trans('dashboard.product.active_status') !!} {!! trans('dashboard.general.added_date') !!}
@include('dashboard.layout.delete_modal') @endsection @include('dashboard.product.scripts')