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

Manage Call Action Types

@forelse($callActions as $callAction)
@if (count($callAction->communications) == 0) @endif
@empty @endforelse
@endsection