@extends('backend.layout.layout') @section('content')

Contact Us Table

@if (session('status'))
{{ session('status') }}
@endif

Contact Us Table

@foreach ($contact as $key => $contacts) @endforeach
S.N. Title Image Sub Title Actions
{{ $key + 1 }} {{ $contacts->title }} {{ $contacts->sub_title }}
@endsection