@extends('souq.layout.master')
@section('title', "اكواد الخصم")
@section('content')
{{-- @include('admin.layout.message')--}}
{{-- --}}
# |
اسم المورد |
كود الخصم |
نسبه الخصم او المبلغ |
عدد المستخدمين |
النوع |
التحكم |
@foreach($rows as $row)
{{$i}} |
{{$row->supplier->name}} |
{{$row->code}} |
{{$row->discount}}
@if($row == 'amount')
ريال
@else
%
@endif
|
{{$row->used_count}} |
{{$row->type == 'amount' ? 'نقدى' : 'نسبة'}} |
|
@endforeach
@stop