@extends ('../welcome') @section('content')
@csrf

Manage Statuses

@forelse($statuses as $status) @if ($status->name == 'new') @continue; @else @php $callAction = App\Models\CallAction::where('name', $status->name)->first(); @endphp @endif
@if (count($status->leads) == 0) @endif
@empty @endforelse
@endsection