@extends ('../welcome') @section ('content')
@csrf @method('PUT')
{{ucfirst($lead->type)}} Data
@if($lead->type == 'lead')
@endif @if($lead->type == 'cil')
@endif
@endsection