@extends('dashboard.layout.master')
@section('content')
| # |
Code |
Start At |
Ended At |
Status |
Location |
Actions |
@foreach ($voucher as $key => $voucher)
| {{ $key + 1 }} |
{{ $voucher->code }} |
{{ $voucher->started_at }} |
{{ $voucher->ended_at }} |
@if($voucher->is_active)
Active
@else
Inactive
@endif
|
{{ $voucher->outlet->name }} |
Edit
Delete
|
@endforeach
@endsection
@section('scripts')
@endsection