@extends('layouts.app', ['path' => 'payroll.components.formula-builder']) @section('title', 'Create Formula - HRMS') @section('content') @can('formula.create')
@include('partials.new_alerts')
Create Formula
@csrf
@foreach ($entities as $entity)
{{ $entity['slug'] }}
@endforeach {{-- @if (!empty($formula_entities)) --}} @foreach ($formula_entities as $entity)
{{ $entity['slug'] }}
@endforeach {{-- @endif --}} {{-- @if(!empty($rules_response)) @foreach ($rules_response as $entity)
{{ $entity['slug'] }}
@endforeach @endif --}}
@endcan @endsection @push('scripts') @endpush