@extends('layouts.app')
@section('title', 'Stored Data')
@section('content')
{{ __('Stored Data') }}
| # |
Address |
Message |
Status |
Created |
Action |
{{-- You can loop through your data from the database here --}}
{{-- @forelse ($storedData as $data) --}}
{{-- Table rows will go here --}}
{{-- @empty --}}
|
No data found.
|
{{-- @endforelse --}}
@endsection