@extends('admin.layouts.modules') @section('title', __('Investment Settings')) @php $base_currency = base_currency(); $alter_currency = secondary_currency(); $all_days = ['mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun']; @endphp @section('content')
@endsection