@extends('layouts.core.app') @section('title', 'Scan Result') @section('pageIcon', 'fa fa-qrcode') @section('pageTitle', 'Welcome, '.Auth::user()->name.'! ') @section('subPageTitle', 'Data Service portal for radio station identification with QR Code.') @section('content')
| CLIENT ID : {{$value->clnt_id}} |
| {{$value->clnt_name}} |
| {{\App\Model\ISR\Site::where('id',$value->site_id)->value('code')}} |