@extends('layout.admin_app') @section('content') All Tentative Packages Tentative Packages list ID Name Price Duration (in months) @foreach($packages as $pack) #{{$pack->id}} {{$pack->name}} {{$pack->price}} {{$pack->duration}} @endforeach @endsection @section('js_assets') @endsection