@php $layout_data=$data['layout_data']; @endphp @extends('layouts.app') @section('styles') @endsection @section('content') @canany(['automation-create','automation-edit'])

Manage Automation

@csrf
@can('automation-edit') Update @endcan
@endcanany @endsection @section('scripts') @endsection