@extends('layouts.app') @section('styles') @parent @endsection @section('scripts') @parent @endsection @section('content')
{!! csrf_field() !!}

{!! $calendar !!}
 
@php $b = ''; foreach($_GET as $key => $value){ $a = explode('_', $key); if($a[0] == 'pierce'){ $b.= $a[1].','; } } @endphp
@endsection