@extends('layout.default') @section('title') {{ __('bot.edit-bot') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @endsection @section('page', 'page__chat-bot--edit') @section('main')

{{ __('bot.edit-bot') }}: {{ $bot->name }}

@csrf @method('PATCH')

@endsection