Browse Source

Merge pull request #18 from achmadhadikurnia/master

fix #17 issues
pull/24/head
Nafies Luthfi 7 years ago
committed by GitHub
parent
commit
7a7897aaad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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