@extends('layouts.admin_layout.admin_layout') @section('content')
SI | Package Name | Price | Duration in Months | Created On | Action |
---|---|---|---|---|---|
{{ $no++ }} | {{ $package->name }} | {{ $package->pak_pric }} | {{ $package->pak_dua }} | {{ date('Y-m-d', strtotime($package->created_at)) }} | Edit @if($package->status == 'active') Inactive @else Active @endif |