@extends('layouts.app') @section('page-title')
| # | @lang('app.name') | @lang('app.action') |
|---|---|---|
| {{ ($key+1) }} | @php $type = str_replace(' ', '',$source->type); @endphp@if(in_array($type, $defaultSources)) @lang('app.'. $type) @else {{ ucfirst($type) }} @endif | @lang('app.edit') @lang('app.remove') |
| @lang('messages.noLeadSourceAdded') |