@extends('admin/layout') @section('content')
{{__("View Lead")}}
@foreach ($json_data as $key=>$value) @endforeach
@php echo ucwords(str_replace(["-","_"]," ",$key)); @endphp {{$value}}
@endsection