app.blade.php 474 B

123456789101112131415161718
  1. @extends('layouts.core.app')
  2. @section('title')
  3. Registrasi BTS IPFR
  4. @endsection
  5. @section('pageIcon') fa fa-broadcast-tower @endsection
  6. @section('pageTitle') Registrasi BTS IPFR @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.regBTSipfr.script')
  14. @endsection