@extends('layouts.app') @section('content')
@if(isset($is_admin)) @include('proedge.admin.adminPanel') @else @include('proedge.config.adminPanel') @endif

Lead Source Types

{{-- --}}
Lead Source Types are used to categorize the different way job leads come to the company.
Existing Lead Source Types
@include('proedge.config.lead.leadSourceType.table')
Description Actions
Add List Element
{{--

--}}
@endsection