8 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			116 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @extends('layouts.app')
 | |
| 
 | |
| @section('content')
 | |
|     <app-main></app-main>
 | |
| @endsection
 | |
| 
 | |
| @section('scripts')
 | |
| @endsection
 |