app.blade.php 478 B

12345678910111213141516171819
  1. @extends('layouts.core.app')
  2. @section('title')
  3. Registrasi Stasiun Bumi
  4. @endsection
  5. @section('pageIcon') fa fa-globe-asia @endsection
  6. @section('pageTitle') Registrasi Stasiun Bumi @endsection
  7. @section('subPageTitle') Portal Layanan Data untuk indentifikasi statiun radio dengan QR Code. @endsection
  8. @section('content')
  9. <div id='beranda' style='width: 100%; height: 100%;'></div>
  10. <br><br>
  11. @endsection
  12. @section('script')
  13. @include('layouts.dev.regSTbumi.script')
  14. @endsection