@extends('layouts.master') @section('title', 'Products') @push('styles') @endpush @section('content') @include('backend.product_management.static_option.create')
@can('product-static-create') {!! renderIconHtml('add') !!}{{ __('Add New') }} @endcan @can('product-static-list') {{ __('Back') }} {{ __('Archive') }} @endcan
{{ __('#') }} {{ __('Title') }} {{ __('Price') }} {{ __('Type') }} {{ __('Redemption Expire Days') }} {{ __('Created At') }} {{ __('Action') }}
@endsection @push('scripts') @endpush