@extends('layouts.app') @section('title') {{$page->title}} @endsection @section('body')
NORMAL

Packages

@foreach($normal as $pack)

{{$pack->title}}

  • Price: {{$pack->price}}
  • Date: {{$pack->date}}
  • Duration: {{$pack->duration}}
  • Difficulty: {{$pack->difficulty}}
@endforeach
SPECIAL

Packages

@foreach($special as $pack)

{{$pack->title}}

  • Price: {{$pack->price}}
  • Date: {{$pack->date}}
  • Duration: {{$pack->duration}}
  • Difficulty: {{$pack->difficulty}}
@endforeach
@endsection