@extends('layouts.app') @section('content')

Lead Source

@include('validate')

Lead Source

@if($action == 'CREATE')
@csrf
@endif @if($action == 'UPDATE')
@csrf @method('PUT')
@endif
@forelse ($sourceList as $itemKey => $lsource) @empty @endforelse
# Lead Source Action
{{ $itemKey+1 }} {{ $lsource->source_name }}
No Details Found.
@endsection @push('scripts') @endpush