@if($lp->logo_url)
@else
@endif
@php
$bg = 'bg-light-success';
if($lp->status_id == 1) {
$bg = 'bg-light-primary';
} else if($lp->status_id == 2) {
$bg = 'bg-light-warning';
} else if($lp->status_id == 3) {
$bg = 'bg-light-success';
} else {
$bg = 'bg-light-danger';
}
@endphp
{{ $lp->status_project }}
{{ $lp->total_done.'/'.$lp->total_task }} Task