@extends('layouts.admin') @section('css') @endsection @section('content')
@foreach($eventsLabel as $key => $lb)
{!! $lb !!}
@endforeach
@endsection @section('script') @endsection