@extends('layouts.app') @section('addcss') @endsection @section('title', 'Sosial Media') @section('content') @if ($errors->any())
@foreach ($errors->all() as $error) @endforeach
@endif

List Voucher

{{-- --}} @foreach ($vouchers as $voucher) {{-- --}} @endforeach
No Kode Nama VoucherTanggal Awal Tanggal AkhirPotongan(%)/Nominal Potongan Jumlah Image Aksi
{{ $loop->iteration }} {{ $voucher->code }} {{ $voucher->name }}{{ $voucher->start_date }} {{ $voucher->end_date }}{{ $voucher->discount }} {{ $voucher->qty }} icon @if ($voucher->trashed()) @else @endif
@csrf @method('DELETE')
@endsection @push('js') @endpush