@extends('admin.layout.admin_layout') @section('content')

contact us

@include('admin.layout.message')
@if(!empty($contacts)) @foreach($contacts as $contact) @endforeach @endif
Sl.No. NAME EMAIL PHONE COMPANY EXPERIENCE Action
{{$i}} {{html_entity_decode($contact->name)}} {{$contact['email']}} {{$contact->phone}} {{html_entity_decode($contact->company)}} {{html_entity_decode($contact->experience)}}
Sl.No. NAME EMAIL PHONE COMPANY EXPERIENCE Action
@endsection {{-- @push('scripts') @endpush --}}