Packages
| Name | Price | Days | Actions |
|---|---|---|---|
| {{$package->name}} | {{'$'.$package->price}} | {{$package->days}} |
|
@extends('layouts.master') @section('title', 'Packages') @section('content')
| Name | Price | Days | Actions |
|---|---|---|---|
| {{$package->name}} | {{'$'.$package->price}} | {{$package->days}} |
|