14 lines
		
	
	
		
			192 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			192 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
| @extends('app.app')
 | |
| @section('title')
 | |
|     User Vendor
 | |
| @endsection
 | |
| @section('customcss')
 | |
| @endsection
 | |
| 
 | |
| @section('content')
 | |
|     <h1>User Vendor</h1>
 | |
| @endsection
 | |
| 
 | |
| @section('customjs')
 | |
| @endsection
 | 
