@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
Update Voucher
@foreach ($voucher as $val)
@else @php $outletPilihan = array_pluck($val['outlets'], 'id_outlet'); $gabungan = ""; @endphp @foreach($outlet as $suw) @php $gabungan = $gabungan."|".$suw['id_outlet']; @endphp @endforeach @endif @endif
{{ csrf_field() }}
@endforeach
@endsection