update Transaksi_Keuntungan Controller

This commit is contained in:
fariz
2021-04-17 00:25:29 +08:00
parent f014b44974
commit 51825fa8aa
4 changed files with 114 additions and 1384 deletions
@@ -4,6 +4,8 @@ namespace App\Http\Controllers;
use App\TransaksiKeuntungan;
use Illuminate\Http\Request;
use Carbon\Carbon;
use DB;
class TransaksiKeuntunganController extends Controller
{