@extends('layouts.app') @section('content') @include('layouts/flash-messages') @foreach($data as $d) @endforeach
Lokasi In 1 In 2 In 3 Out 1 Out 2 Out 3 Menu
{{ $d->siteid }} {{ $d->in1 }} {{ $d->in2 }} {{ $d->in3 }} {{ $d->out1 }} {{ $d->out2 }} {{ $d->out3 }}
@endsection