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

Hostings

Add Hosting
@foreach ($hostings as $hosting) @endforeach
Provider Server IP Disk Space Cost Duration Actions
{{ $hosting->provider }} {{ $hosting->server_ip }} {{ $hosting->total_disk_space }} GB ₹{{ number_format($hosting->total_cost, 2) }} {{ $hosting->cost_duration }} Edit
@csrf @method('DELETE')
@endsection