@extends('layouts.master') @section('title') شاشة عرض الكوبونات @endsection @section('css') @endsection @section('page-header')
@endsection @section('content')# | اسم الكوبون | coupon name | promocode | النقات | الصوره | نسبة الخصم | الحالة | العمليات |
---|---|---|---|---|---|---|---|---|
{{ $coupon->id }} | {{ $coupon->ar_name }} | {{ $coupon->en_name }} | {{ $coupon->promocode }} | {{ $coupon->points }} | {{ $coupon->percentage }} | @if ($coupon->active == 1) مفعل @else غير مفعل @endif |
|