diff --git a/resources/views/project.blade.php b/resources/views/project.blade.php
index 5dc97d7fa6a5c2bcad3fd5cec49089ba09f3510e..f4794d16a7d5571909ac0ce378c862484cdb7c0c 100644
--- a/resources/views/project.blade.php
+++ b/resources/views/project.blade.php
@@ -16,10 +16,11 @@
                 <div class="card-header font-weight-bold bg-primary text-white">Software Requirements</div>
 
                 <div class="card-body">
+                    Project name: <span class="font-weight-bold">{{ $project->name }}</span>
                     @if(count($requirements) == 0)
                         There is no requirements
                     @else
-                    <table class="table">
+                    <table class="table mt-3">
                         <thead>
                             <tr>
                                 <th scope="col">#</th>