@extends('layouts.header') @section('content') @php $Calculations=['1'=>'Sum','2'=>'Product','3'=>'Average','4'=>'Percentage','5'=>'Difference','6'=>'Division','7'=>'Concatenate','8'=>'Add Time','9'=>'Subtract Time','10'=>'Date Difference']; @endphp
Please select Module
Please fill Calculation Name

@endsection