@extends('layouts/acc_layout') @section('title', '| Day End Process') @section('content') @php $fromDateSelected = isset($_GET['fromDate']) ? $_GET['fromDate'] : ''; $toDateSelected = isset($_GET['toDate']) ? $_GET['toDate'] : ''; $singleDateSelected = isset($_GET['singleDate']) ? $_GET['singleDate'] : ''; $getReqBranch = isset($_GET['filBranch']) ? $_GET['filBranch'] : '0'; if(Auth::user()->branchId == 1){ $branchSelected = isset($_GET['filBranch']) ? $_GET['filBranch'] : 0; }else{ $branchSelected = isset($_GET['filBranch']) ? $_GET['filBranch'] : $userBranchId; } @endphp