@extends('frontend.layouts.app') @section('title') @endsection @section('seo') Events | Anisabel Suites @endsection @section('content')
@if (session('success'))
{{ session('success') }}
@endif

Offers and Packages

@foreach ($type as $items) | @endforeach
@foreach ($type as $items)

{{ $items->name }}

@foreach ($events->where('type', $items->name)->sortBy('price') as $event) @endforeach
@endforeach

@endsection @section('js') {{-- --}} @endsection