$month=DB::table('mirhusen')->whereYear('date', date('Y'))->where('date','Like', '%'.'-04-'.'%')->sum('amount');