@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 : {{\App\Model\ISR\ISRMaster::where('site_id',$value->id)->value('clnt_id')}} |
| {{\App\Model\ISR\ISRMaster::where('site_id',$value->id)->value('clnt_name')}} |
| {{$value->code}} |