@extends('layouts.app') @section('content')

Conversion Units Setup conversion units as required to set up your organization structure


Add Basic & Units
What all are the Units in your business?
Units
Converting Units
Value
@if(!empty($data["selected_department"])) @foreach($data["selected_department"] as $selected_department)
@endforeach @endif

Do you want to delete all designation?

Do you want to delete unit?

@endsection('content') @section('admin_css') @stop @section('admin_js') @include('admin.js.conversion-units') @stop