@extends('backend.layout.layout') @section('content') Contact Us Table Home Contact Us Table @if (session('status')) {{ session('status') }} @endif Contact Us Table S.N. Title Image Sub Title Actions @foreach ($contact as $key => $contacts) {{ $key + 1 }} {{ $contacts->title }} {{ $contacts->sub_title }} Edit @endforeach @endsection