My SMM panel
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

25 satır
331 B

  1. @extends('master')
  2. @section('title', 'Panel')
  3. @section('child-type', 'panel')
  4. @section('head-metas')
  5. @parent
  6. @endsection
  7. @section('content')
  8. @parent
  9. <main class="panel">
  10. <div id="panel">
  11. </div>
  12. </main>
  13. @endsection
  14. @section('footer')
  15. @endsection
  16. @section('scripts')
  17. @parent
  18. @vite(['resources/js/main.js'])
  19. @endsection