@extends('layouts.app')
@section('title', 'Action Types')
@section('content')
@livewire('action-types', ['actionType' => 'FETCH_DATA_SUCCESS'])
@endsection