@extends('cms.layout') @section('main')
Back to events

Orientation and contacts

{{--
days
--}}
@foreach ($contacts as $st) @endforeach
ID Orientation Contacts Edit Delete
ID Orientation Contacts Edit Delete
{{ $st->id }} {{ $st->orientation }} {{ $st->contacts }} Edit Delete
@foreach ($contacts as $st) @endforeach @foreach ($contacts as $st) @endforeach
@endsection