@extends('layouts.core.app') @section('title', 'Beranda') @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')
ISR QR Code
Registrasi Stasiun Bumi Satelit
Registrasi BTS IPFR
Grafik Data ISR
Data Inspeksi UPT
@endsection @section('script') @include('layouts.dev.beranda.script') @endsection