@extends('layouts.app') @section('content')

Monthly Usage History for {{ $hostedWebsite->domain_name }}

← Back to Hosted Websites @forelse($histories as $history) @empty @endforelse
Month-Year PHP App Space (GB) MySQL DB Space (GB) Object Storage (GB) Total Space (GB) Calculated Cost (₹)
{{ $history->month_year }} {{ $history->php_app_space_gb }} {{ $history->mysql_db_space_gb }} {{ $history->object_storage_space_gb }} {{ $history->total_space_used_gb }} {{ $history->calculated_cost }}
No usage history found.
{{ $histories->links() }}
@endsection