@extends('layouts.welcome') @section('content')
@foreach ($packages as $item)

{{$item->title}}

{{$item->description}}
@endforeach
@endsection