@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.student_management')}}

@endsection @section('content')
@can('add-amount')
@csrf
@error('code') {{ $message }} @enderror
@endcan
@foreach($discounts as $discount) @endforeach
الكود تاريخ الخصم بواسطة المبلغ الشراء
{{$discount->code->code ?? "شراء"}} {{$discount->created_at}} {{$discount->admin->name ?? "---"}} {{$discount->discount}} {{$discount->model_type ? ($discount->modelObj->name ?? "") : ""}}
@endsection @section('script') @endsection