Browse Source

fix #17 issues

pull/18/head
Achmad Hadi Kurnia 7 years ago
parent
commit
5dc14b135f
  1. 2
      resources/views/customers/projects.blade.php

2
resources/views/customers/projects.blade.php

@ -30,7 +30,7 @@
</tr>
@empty
<tr>
<td colspan="7">{{ $status }} {{ trans('project.not_found') }}</td>
<td colspan="7">{{ trans('project.not_found') }}</td>
</tr>
@endforelse
</tbody>

Loading…
Cancel
Save