@extends('layouts.user.main') @section('title', 'Login Account') @section('styles') @endsection @section('contents') @if ($recent->isNotEmpty()) @php $reference = $recent->first()->stocktakes_ref; $area = $recent->first()->area; $rackNumber = $recent->first()->rack_num; @endphp @else @php $reference = session('stocktakes_ref'); $area = session('area'); $rackNumber = session('rack_num'); @endphp @endif