@extends('layouts.app') @section('content')

Create WhatsApp Flow


@csrf
General Information
@error('name')
{{ $message }}
@enderror
Select a category for your flow @error('categories')
{{ $message }}
@enderror
Flow Configuration
@error('flow_json')
{{ $message }}
@enderror Flow configuration in JSON format
Back to Flows
@endsection @section('scripts') @endsection @push('styles') @endpush