@extends('layouts.customer') @section('title', 'Edit Automation') @section('page-title', 'Automation Builder') @section('content')
@csrf @method('PUT')
Back Save
@endsection @push('styles') @endpush @push('scripts') @vite('resources/js/automation-builder.jsx') @endpush