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

Lead Category

@include('validate')

Lead Category

@if($action == 'CREATE')
@csrf
@endif @if($action == 'UPDATE')
@csrf @method('PUT')
@endif
@forelse ($categoryList as $itemKey => $lcategory) @empty @endforelse
# Category Name Action
{{ $itemKey+1 }} {{ $lcategory->category_name }}
No Details Found.
@endsection @push('scripts') @endpush