@extends('layouts.admin-layout') @section('title', 'All Packages ') @section('content')

Package Section

@foreach ($packages as $package) @endforeach
S.N. Name Price Type Type Info Info Action
{{ $loop->iteration }} {{ $package->name ?: '' }} {{ $package->price ?: '' }} {{ $package->package_type ?: '' }} {{ $package->package_type_info ?: '' }} {{ $package->info ?: '' }}
@endsection @section('script') @endsection