@extends('layouts.master') @section('css') @endsection @section('content')
@csrf @method('PUT')

Edit Sub-Session

cancel
@foreach ($eventDesignations as $eventDesignation)
@php $matchedUser = $eventSession->eventSessionUsersDetails->firstWhere( 'pivot.event_designation_id', $eventDesignation->id, ); @endphp
@endforeach
@endsection @section('js') @endsection