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

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

@csrf
@include('teacher.agents.form')
@endsection