@extends('backend.layouts.app') @section('content')
Skin Essentials Promo
@foreach ($voucher_skins as $items) @endforeach
Code Type Amount Count Applicable Action
{{ $items->code }} {{ $items->type }} @if($items->type === 'Fixed' || $items->type === 'Fixed count') -{{ $items->amount }} @else {{ $items->amount }}% @endif {{ $items->count_app }}
@csrf @method('delete')
@endsection @section('js') @yield('js') @endsection