@extends('layout.layout') @section('reporting','active') @section('content')

Wall Information

@include('wall-sales.wall-search')
@if(!empty($wall->qr_code) && file_exists(public_path($wall->qr_code))) QR Code @else @endif
Wall Serial Number:

{{ $wall->wall_serial }}

Scanned Submitted

Specifications

@if ($role == 2) @endif
Wall Code:

{{ $wall->wall_code }}

Wall Type:

{{ $wall->wall_description }}

Wall Meter:

{{ $wall->wall_meter }}m

{{-- ✅ CASE 1: Submitted (read-only) --}} @if($isSubmitted)
This wall scan has been submitted and is now read-only.
@elseif($wall->products != null || $wall->product_count > 0) @else @endif
@endsection @section('javascript') {{-- --}} @endsection