@if (is_null($projects) || empty($projects))
@else
@if (session('message'))
Currently No Information Available!
×
{{ session('message') }}.
@endif
{{-- project Table goes here --}}
Sl# | Project Name | Project Description | Project URL | Project Icon | Actions |
---|---|---|---|---|---|
{{ ++$sl }} | {{ $project->project_name }} | {{ $project->project_description }} | {{ $project->project_url }} |
|
|