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

Package Details

@if(Auth::user()->role == 'admin') @endif
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 }}
Actions
@csrf @method('DELETE')
@endsection