@extends('layouts.user_type.auth') @section('content')
Edit Task
@csrf @method('PUT')
@php $selected = old('types', $task->types ?? []); @endphp @foreach(['SA','DB','FE','BE','SI','AS'] as $type)
@endforeach
Masukkan satu atau lebih email; tekan Enter untuk menambahkan.
Batal
@push('dashboard') @endpush @endsection