@extends('admin.layout') @section('header_actions') Add Package @endsection @section('content')
| Image | Name | Duration | Fee | Actions | |
|---|---|---|---|---|---|
|
@if (!empty($package->image_name))
|
{{ $package->package_name }} | {{ $package->duration ? $package->duration . ' days' : '-' }} | ₹{{ number_format($package->fee, 2) }} | ||
|
No packages found.
Create First Package
|
|||||