@extends('dashboard.layout.master') @section('content')

{{ $title }}

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