@extends("admin.layouts.sellermastersoyuz") @section('title',__('All Gift')) @section('body') @component('seller.components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('All Gift') }} @endslot @slot('menu1') {{ __('Gift') }} @endslot @slot('button')
@endslot @endcomponent{{ __('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.')}} |