@extends('layouts.app') @section('page-site-title') {{trans('coupons.page_title')}} @endsection @section('page_navbar') @include('layouts.widgets.page-navbar') @endsection @section('page_side') @include('layouts.widgets.page-side') @endsection @section('page-content')
{{trans('coupons.content_title')}}
الكود قيمة الخصم النسبة المئوية مرات الاستخدام مرات الاستخدام للعميل عدد مرات التى تم استخدامها التاريخ الحالة {{trans('common.actions')}}
@include('coupons.form')
@endsection @section('page-footer-js') {{----}} {{----}} @endsection @section('page-heads') @if(trans('app.dir') == 'rtl') @else @endif @endsection