@extends('layouts.app') @section('title', t('create flow')) @section('content')
{{ t('bot_flow') }}

Modal Title

@csrf
* {{ t('name') }}
* {{ t('description') }}
{{ t('cancel') }} {{ t('submit') }}
@endsection @push('scripts') @endpush