dashboard-hcp.blade.php 115 B

1234567
  1. @extends ('layouts.template')
  2. @section('content')
  3. <div>
  4. <h1>HCP Dashboard</h1>
  5. </div>
  6. @endsection