@extends('layouts.admin')
@section('content')
Package Details
Icon |
@if(isset( $package->icon))
@else
N/A
@endif
|
Package Name |
{{ $package->name }} |
Price |
${{ $package->price }} |
Storage Capacity |
{{ $package->capacity }} GB |
Recurring Type |
{{ $package->type }} |
Show On Front |
{{ $package->showOnFront }} |
Description |
{{ $package->description }} |
@if(Auth::user()->role == 'admin')
Actions |
|
@endif
@endsection