@extends('layouts.dashboard') @section('content')
@if (session('delete')) {{session('delete')}} @endif
@if (session('delete'))
{{session('delete')}}
@endif

Contact information

{{-- --}} @foreach ($contact as $key=>$contacts) {{-- --}} @endforeach
Serial Name Phone Number LocationContact infoProduct color Action
{{$key+1}} {{$contacts->name}} {{$contacts->phone}} {{$contacts->location}}{{$contacts->contact}}{{$contacts->email}}
@endsection