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