@extends('layouts.popup.small') @section('content')
{{ csrf_field() }} @include('automation2.operation.' . request()->operation)
@endsection