@extends('layouts/acc_layout') @section('title', '| Voucher') @section('content') @php if(isset($_GET['txtStartingDate'])){ $startDate = $_GET['txtStartingDate']; }else{ $startDate = null; } if(isset($_GET['txtEndingDate'])){ $endDate = $_GET['txtEndingDate']; }else{ $endDate = null; } if(isset($_GET['deliveryCost'])){ $deliveryCost = $_GET['deliveryCost']; }else{ $deliveryCost = 1; } if(isset($_GET['status'])){ $status = $_GET['status']; }else{ $status = 0; } if(isset($_GET['OptBranch'])){ $searchByBranch = $_GET['OptBranch']; }else{ $searchByBranch = ''; } @endphp