@extends('layouts.dashboard')
@section('content')
@if (session('delete'))
{{session('delete')}}
@endif
@if (session('delete'))
{{session('delete')}}
@endif
Serial |
Name |
Phone Number |
Location |
{{-- Contact info | --}}
Product color |
Action |
@foreach ($contact as $key=>$contacts)
{{$key+1}} |
{{$contacts->name}} |
{{$contacts->phone}} |
{{$contacts->location}} |
{{-- {{$contacts->contact}} | --}}
{{$contacts->email}} |
|
@endforeach
@endsection