@extends('layout.admin_app') @section('content')

All Tentative Packages

@foreach($packages as $pack) @endforeach
ID Name Price Duration (in months)
#{{$pack->id}} {{$pack->name}} {{$pack->price}} {{$pack->duration}}
@endsection @section('js_assets') @endsection