@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| الكود | تاريخ الخصم | بواسطة | المبلغ | الشراء |
|---|---|---|---|---|
| {{$discount->code->code ?? "شراء"}} | {{$discount->created_at}} | {{$discount->admin->name ?? "---"}} | {{$discount->discount}} | {{$discount->model_type ? ($discount->modelObj->name ?? "") : ""}} |