@extends('layouts.app') @section('title', 'Stored Data') @section('content')

{{ __('Stored Data') }}

Stored Data

{{-- You can loop through your data from the database here --}} {{-- @forelse ($storedData as $data) --}} {{-- Table rows will go here --}} {{-- @empty --}} {{-- @endforelse --}}
# Address Message Status Created Action
No data found.
@endsection