@extends('layouts.app')
@section('title', __('app.teacher.agents.edit.title') . ' - ' . config('app.name', 'CurioGPT'))
@section('content')
@endsection
@push('scripts')
@php $__attachments = $agent->attachments ?? []; @endphp
@foreach ($__attachments as $__att)
@endforeach
@endpush