@extends('layouts.app.master') @section('title', 'Contact') @section('content')

Manage Contacts

@include('layouts.app.alerts')
@foreach($contacts as $item) @endforeach
S.No Full Name Mobile Number Email Address Message Service Type Status
{{ $item->id }} {{ $item->description }} {{ $item->contactopt->contact_options }}
@endsection