@extends('layouts.app')
@section('addcss')
@endsection
@section('title', 'Sosial Media')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
Error! {{ $error }}
@endforeach
@endif
| No |
Kode |
Nama Voucher |
{{-- Tanggal Awal |
Tanggal Akhir | --}}
Potongan(%)/Nominal Potongan |
Jumlah |
Image |
Aksi |
@foreach ($vouchers as $voucher)
| {{ $loop->iteration }} |
{{ $voucher->code }} |
{{ $voucher->name }} |
{{-- {{ $voucher->start_date }} |
{{ $voucher->end_date }} | --}}
{{ $voucher->discount }} |
{{ $voucher->qty }} |
 }}) |
@if ($voucher->trashed())
@else
@endif
|
@endforeach
@endsection
@push('js')
@endpush