@forelse($packages as $package)

{{ $package->translation->title }}

{!! $package->translation->content !!}
@empty

No record found

@endforelse