@extends('layouts.app') @section('title', __('app.teacher.agents.edit.title') . ' - ' . config('app.name', 'CurioGPT')) @section('content')
← {{ __('app.teacher.agents.edit.back') }}

{{ __('app.teacher.agents.edit.title') }}

@csrf @method('PUT')
@include('teacher.agents.form')
@endsection @push('scripts') @php $__attachments = $agent->attachments ?? []; @endphp @foreach ($__attachments as $__att) @endforeach @endpush