@extends('layouts.dashboard-app') @section('main-content')

Hello, Welcome {{auth()->user()->name}}

Product

@foreach ($data as $item)

{{$item->name}}

@php // $item->name $pawry = str_replace(' ', '-', $item->name); // $pawry = @endphp New Lead

@endforeach
@endsection