@extends("admin.layouts.sellermastersoyuz") @section('title',__('All Gift')) @section('body') @include('admin.layouts.topbar',$data)
| {{ __('S No.') }} | {{ __('Title') }} | {{ __('Code') }} | {{ __('Apply Price') }} | {{ __('Max Usage') }} | {{ __('Expiry Date') }} | {{ __('Status') }} | {{ __('Action') }} | @foreach($gifts as $key=> $gift)
|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $gift->title }} | {{ $gift->gift_code }} | {{ $gift->apply_price }} | {{ $gift->count }} | {{ $gift->end_date }} |
{{ __("DELETE") }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}}? {{ __('This process cannot be undone.')}} |