@extends('master.admin') @push('header.scripts') @stop @push('footer.scripts') @stop @section('content')
Event Info
@foreach($event_info as $item) @endforeach
Short Name Number of participants/teams
{{ $item['short_name'] }} {{ $item['name'] }} {{ $item['count'] }}
@stop