# |
@lang('app.name') |
@lang('app.action') |
@forelse($leadSources as $key=>$leadSource)
{{ $key + 1 }} |
{{ ucwords($leadSource->type) }} |
@lang("app.remove") |
@empty
@lang('messages.noProjectCategory') |
@endforelse
{!! Form::open(['id' => 'addLeadSource', 'class' => 'ajax-form', 'method' => 'POST']) !!}
{!! Form::close() !!}