@extends('super_admin.layouts.master') @section('content')

Package List

@forelse ($packages as $package) @empty @endforelse
Name Price Category Type Duration Status Action
{{ $package->name }} {{ $package->price }} {{ $package->category->name }} {{ \App\Models\Package::PACKAGE_TYPES[$package->package_type] }} {{ $package->duration }} Days {!! $package->is_active ? "Active" : "Inactive" !!}
No package found.
{{ $packages->links() }}
@endsection