You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							43 lines
						
					
					
						
							1.3 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							43 lines
						
					
					
						
							1.3 KiB
						
					
					
				
								<style>
							 | 
						|
								    .dashboard-title .links {
							 | 
						|
								        text-align: center;
							 | 
						|
								        margin-bottom: 2.5rem;
							 | 
						|
								    }
							 | 
						|
								    .dashboard-title .links > a {
							 | 
						|
								        padding: 0 25px;
							 | 
						|
								        font-size: 12px;
							 | 
						|
								        font-weight: 600;
							 | 
						|
								        letter-spacing: .1rem;
							 | 
						|
								        text-decoration: none;
							 | 
						|
								        text-transform: uppercase;
							 | 
						|
								        color: #fff;
							 | 
						|
								    }
							 | 
						|
								    .dashboard-title h1 {
							 | 
						|
								        font-weight: 200;
							 | 
						|
								        font-size: 2.5rem;
							 | 
						|
								    }
							 | 
						|
								    .dashboard-title .avatar {
							 | 
						|
								        background: #fff;
							 | 
						|
								        border: 2px solid #fff;
							 | 
						|
								        width: 70px;
							 | 
						|
								        height: 70px;
							 | 
						|
								    }
							 | 
						|
								</style>
							 | 
						|
								
							 | 
						|
								<div class="dashboard-title card bg-primary">
							 | 
						|
								    <div class="card-body">
							 | 
						|
								        <div class="text-center ">
							 | 
						|
								            <img class="avatar img-circle shadow mt-1" src="{{$avatar}}">
							 | 
						|
								
							 | 
						|
								            <div class="text-center mb-1">
							 | 
						|
								                <h1 class="mb-3 mt-2 text-white">{{$admin->name}}</h1>
							 | 
						|
								                <div class="links">
							 | 
						|
								                    <a href="{{ admin_url('/supplier/list') }}">供应商管理</a>
							 | 
						|
								                    <a href="{{ admin_url('/agent/list') }}" id="doc-link">代理商管理</a>
							 | 
						|
								                    <a href="{{ admin_url('/guide/list') }}" id="demo-link">地接管理</a>
							 | 
						|
								                    <a href="{{ admin_url('/product/audit') }}" id="demo-link">产品审核</a>
							 | 
						|
								                </div>
							 | 
						|
								            </div>
							 | 
						|
								        </div>
							 | 
						|
								    </div>
							 | 
						|
								</div>
							 |