@extends('admin.layouts.masterlayout') @section('title') Promotion @endsection @section('head_title') Promotion @endsection @section('content')

Promotion List

@if (authAdminUser()->can('promotion.create')) Add Promotion @endif
# Discount Code Discount Type Discount Value Usage Limit Assign To Expiry Date Status Is Expired Action
@endsection @section('script') @endsection