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

Edit Session

cancel
{{--
--}}
@foreach ($eventDesignations as $eventDesignation) @php $selectedFacultyIds = $eventSession->faculties ->where('pivot.event_designation_id', $eventDesignation->id) ->pluck('id') ->toArray(); @endphp
@endforeach
@endsection @section('js') @endsection