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.
 
 
 
 
 
 

18 satır
306 B

  1. @extends('master')
  2. @section('title', 'Home')
  3. @section('head-metas')
  4. @parent
  5. <link rel="stylesheet" href="{{asset('main.css')}}">
  6. @endsection
  7. @section('content')
  8. You must click the verification link emailed to you.
  9. @endsection
  10. @section('scripts')
  11. @parent
  12. <script src="main.js"></script>
  13. @endsection