@extends('admin.layouts.admin') @section('title') index Gifts @endsection @section('style') @endsection @section('script') @endsection @section('content')
لیست هدیه ها ({{ $gifts->total() }})
ایجاد هدیه
@foreach ($gifts as $key => $gift) @endforeach
# حداقل تراکنش هدیه عملیات
{{ $gifts->firstItem() + $key }} {{ number_format($gift->transaction).' تومان ' }} {{ number_format($gift->gift).' تومان ' }}
{{ $gifts->render() }}
@include('admin.gift.modal') @include('admin.gift.alertModal') @endsection