24 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <x-layout>
 | |
|     <x-slot name="meta">
 | |
|         <title>Karudhaas | {{$source->slug}}</title>
 | |
| 
 | |
|         <meta name="description" content="Discover Stories,Daily news and inspiration for maldivian readers." />
 | |
|         <meta name=" twitter:title" content="Karudhaas" />
 | |
|         <meta name="twitter:description" content="Discover Stories,Daily news and inspiration for maldivian readers." />
 | |
|         <meta name="twitter:site" content="https://karudhaas.net" />
 | |
|         <meta name="twitter:image" content="/images/ogi.jpg">
 | |
|         <meta property="og:locale" content="mv" />
 | |
|         <meta property="og:type" content="website" />
 | |
|         <meta property="og:title" content="Karudhaas">
 | |
|         <meta property="og:description" content="Discover Stories,Daily news and inspiration for maldivian readers." />
 | |
|         <meta property="og:url" content="https://karudhaas.net" />
 | |
|         <meta property="og:site_name" content="karudhaas.net" />
 | |
|         <meta property="og:image" content="/images/og.jpg">
 | |
|     </x-slot>
 | |
| 
 | |
|     <source-view :source="{{$source}}"></source-view>
 | |
| 
 | |
|     @section('js')
 | |
|     <script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
 | |
|     @endsection
 | |
| </x-layout> |